10 lines
163 B
SYSTEMD
10 lines
163 B
SYSTEMD
[Unit]
|
|
Description=Hourly Timeshift check for snapshots
|
|
Documentation=man:timeshift(1)
|
|
|
|
[Timer]
|
|
OnCalendar=hourly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |