No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

10 líneas
242B

  1. [Unit]
  2. Description="Start python scripts that checks Todoist Status and reminds user"
  3. [Service]
  4. WorkingDirectory=[[path_to_repo]]
  5. ExecStart=[[path_to_repo]]/venv/bin/python3 [[path_to_repo]]/taskcheck.py
  6. [Install]
  7. WantedBy=graphical.target