25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

10 satır
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