選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- [Unit]
- Description="Executes the script that creates the log files needed for today"
-
- [Service]
- WorkingDirectory=[[path_to_repo]]
- ExecStart=[[path_to_repo]]/.venv/bin/python3 [[path_to_repo]]/createfile.py
-
- [Install]
- WantedBy=default.target
|