systemd service unit will run on a timer, change unit type to oneshot and supply a timer unit file
This commit is contained in:
10
examples/mvw-dl.timer.example
Normal file
10
examples/mvw-dl.timer.example
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Run MediathekViewWeb download helper
|
||||
|
||||
[Timer]
|
||||
OnCalendar=0/2:2
|
||||
OnCalendar=0/1:20
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
WantedBy=timers.target
|
Reference in New Issue
Block a user