9 lines
125 B
SYSTEMD
9 lines
125 B
SYSTEMD
[Unit]
|
|
Description=Run backupd daily
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 09:00:00 UTC
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |