rusnapshot/examples/services/rusnapshot-monthly.service
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
448 B
Desktop File

[Unit]
Description=Monthly snapshots for home and root subvolumes
[Service]
Type=oneshot
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --create --kind monthly
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-root.toml --clean --kind monthly
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --create --kind monthly
ExecStart=/usr/bin/rusnapshot -c /etc/rusnapshot/config-home.toml --clean --kind monthly