systemd timer units are supported on all relevant OS versions now. There is no longer any reason to use cron.
11 lines
147 B
SYSTEMD
11 lines
147 B
SYSTEMD
# vim: set ft=systemd :
|
|
[Unit]
|
|
Description=Periodically run BURP client
|
|
|
|
[Timer]
|
|
OnCalendar=*:18
|
|
OnCalendar=*:48
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|