projects-jenz/demo_mover/systemd/demo_mover.timer
2021-02-03 20:08:20 +01:00

10 lines
196 B
SYSTEMD

[Unit]
Description=Moves demos from the local machine to remote destinations every 20 minutes
Requires=demo_mover.service
[Timer]
OnCalendar=*-*-* *:0,20,40
[Install]
WantedBy=multi-user.target