rusnapshot/examples/services/rusnapshot-monthly.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
135 B
SYSTEMD

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