rusnapshot/examples/services/rusnapshot-weekly.timer
Eduard Tolosa a2de007c87 (chore): fix systemd units
- Best wording
- Don't allow to enable `.service` units, that wouldn't make sense because they're managed by timers
2025-09-08 11:54:31 -05:00

9 lines
No EOL
133 B
SYSTEMD

[Unit]
Description=Take weekly snapshots with rusnapshot
[Timer]
OnCalendar=weekly
Persistent=true
[Install]
WantedBy=timers.target