Sfoglia il codice sorgente

updated path to python-venv

master
Wouter Horlings 6 anni fa
parent
commit
8bc1902a41
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      systemd_timer_files/pythontaskcheck.service

+ 1
- 1
systemd_timer_files/pythontaskcheck.service Vedi File

@@ -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

Loading…
Annulla
Salva