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

12 lines
167 B
Plaintext
Raw Permalink Normal View History

2023-10-10 12:40:22 +02:00
[Unit]
Description=This unit will start the restic backup
After=
Wants=
[Service]
Restart=no
Type=simple
ExecStart=/opt/scripts/restic/restic-backup_%i.sh
[Install]