systemd service unit will run on a timer, change unit type to oneshot and supply a timer unit file
This commit is contained in:
@@ -3,8 +3,8 @@ Description=MediathekViewWeb download helper
|
||||
After=multi-user.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Restart=always
|
||||
Type=oneshot
|
||||
RemainAfterExit=no
|
||||
Environment='PATH=/usr/local/sbin:/usr/local/bin:/usr/bin'
|
||||
ExecStart=/opt/miniconda3/envs/mvw-dl/bin/python /opt/python/mvw-dl/dev/mvw-dl.py
|
||||
|
||||
|
Reference in New Issue
Block a user