diff --git a/roles/unhb_backup_scripts/templates/restic.timer.j2 b/roles/unhb_backup_scripts/templates/restic.timer.j2 index ba2f07f..4af54a5 100644 --- a/roles/unhb_backup_scripts/templates/restic.timer.j2 +++ b/roles/unhb_backup_scripts/templates/restic.timer.j2 @@ -1,9 +1,9 @@ [Unit] -Description=Timer starting restic-wasabi.service +Description=Timer starting restic.service [Timer] OnCalendar={{ restic_start_time }} -Unit=restic-wasabi@%i.service +Unit=restic@%i.service [Install] WantedBy=multi-user.target