[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