Przeglądaj źródła

updated path to python-venv

master
Wouter Horlings 6 lat temu
rodzic
commit
8bc1902a41
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      systemd_timer_files/pythontaskcheck.service

+ 1
- 1
systemd_timer_files/pythontaskcheck.service Wyświetl plik

@@ -3,7 +3,7 @@ Description="Start python scripts that checks Todoist Status and reminds user"

[Service]
WorkingDirectory=[[path_to_repo]]
ExecStart=[[path_to_repo]]/venv/bin/python3 [[path_to_repo]]/taskcheck.py
ExecStart=[[path_to_repo]]/.venv/bin/python3 [[path_to_repo]]/taskcheck.py

[Install]
WantedBy=graphical.target

Ładowanie…
Anuluj
Zapisz