選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

10 行
243B

  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