Files
configpolicy/roles/burp-client/files/burp-backup.timer
Dustin C. Hatch 66d0a9157f burp-client: Switch from cron to systemd timer
systemd timer units are supported on all relevant OS versions now.
There is no longer any reason to use cron.
2023-05-23 09:51:07 -05:00

11 lines
147 B
SYSTEMD

# vim: set ft=systemd :
[Unit]
Description=Periodically run BURP client
[Timer]
OnCalendar=*:18
OnCalendar=*:48
[Install]
WantedBy=timers.target