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

12 lines
167 B
Django/Jinja

[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]