Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

10 linhas
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