ansible/roles/unhb_backup_scripts/templates/restic-prune.service.j2

12 lines
170 B
Plaintext
Raw Normal View History

2024-08-16 20:26:27 +02:00
[Unit]
Description=This unit will start pruning restic snapshots
After=
Wants=
[Service]
Restart=no
Type=simple
ExecStart=/opt/scripts/restic/restic-prune.sh
[Install]