Alexander Hartmann

Results 2 comments of Alexander Hartmann

Hi @schmidttrick This is how my service files looks like: `/etc/systemd/system/tps.service` ```ini [Unit] Description=Run tonie-podcast-sync [Service] WorkingDirectory=/opt/tps ExecStart=/home/myusername/.pyenv/shims/python /opt/tps/tps.py User=myusername Group=myusergroup [Install] WantedBy=multi-user.target ``` ... and the corresponding systemd timer:...

This is a valid use case, although I feel it to be quite specific. To keep code complexity (and maintenance effort) in check, I would rather not merge this into...