9 lines
162 B
SYSTEMD
9 lines
162 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backups with autorestic
|
||
|
|
||
|
[Timer]
|
||
|
# Trigger the autorestic cron's check every 10 minutes
|
||
|
OnCalendar=*:0/10:0
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|