mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
9 lines
No EOL
123 B
SYSTEMD
9 lines
No EOL
123 B
SYSTEMD
[Unit]
|
|
Description=Take snapshots every 3 hours.
|
|
|
|
[Timer]
|
|
OnBootSec=1h
|
|
OnUnitActiveSec=3h
|
|
|
|
[Install]
|
|
WantedBy=timers.target |