mirror of
https://github.com/edu4rdshl/rusnapshot.git
synced 2026-07-17 23:24:55 +00:00
- Best wording - Don't allow to enable `.service` units, that wouldn't make sense because they're managed by timers
9 lines
No EOL
133 B
SYSTEMD
9 lines
No EOL
133 B
SYSTEMD
[Unit]
|
|
Description=Take weekly snapshots with rusnapshot
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |