You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
241B

  1. [Unit]
  2. Description="Executes the script that creates the log files needed for today"
  3. [Service]
  4. WorkingDirectory=[[path_to_repo]]
  5. ExecStart=[[path_to_repo]]/.venv/bin/python3 [[path_to_repo]]/createfile.py
  6. [Install]
  7. WantedBy=default.target