ansible/roles/unhb_backup_scripts/templates/restic-prune.service.j2
2024-08-16 20:26:27 +02:00

12 lines
170 B
Django/Jinja

[Unit]
Description=This unit will start pruning restic snapshots
After=
Wants=
[Service]
Restart=no
Type=simple
ExecStart=/opt/scripts/restic/restic-prune.sh
[Install]