From 8ca4253e4bd1df50a08a39ea711d4b798d564592 Mon Sep 17 00:00:00 2001 From: erebion Date: Wed, 27 Mar 2024 11:24:12 +0100 Subject: [PATCH] fixed unit name --- roles/unhb_backup_scripts/templates/restic.timer.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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