Explorar el Código

updated path to python-venv

master
Wouter Horlings hace 6 años
padre
commit
8bc1902a41
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      systemd_timer_files/pythontaskcheck.service

+ 1
- 1
systemd_timer_files/pythontaskcheck.service Ver fichero

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

Cargando…
Cancelar
Guardar