12 lines
151 B
SYSTEMD
12 lines
151 B
SYSTEMD
|
[Unit]
|
||
|
Description=Zio Backup (daily)
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=daily
|
||
|
AccuracySec=1m
|
||
|
RandomizedDelaySec=1h
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|