No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- [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
|