mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-17 23:24:52 +00:00
9 lines
No EOL
127 B
SYSTEMD
9 lines
No EOL
127 B
SYSTEMD
[Unit]
|
|
Description=Take system snapshots monthly.
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |