11 lines
163 B
SYSTEMD
11 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Run archive script every night
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
Persistent=true
|
|
AccuracySec=3h
|
|
RandomizedDelaySec=3h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|