projects-jenz/demo_mover/systemd/demo_mover.timer

10 lines
196 B
SYSTEMD
Raw Normal View History

[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