From f6f9d034b2418ef5cc348098886228ebcb4679fe Mon Sep 17 00:00:00 2001
From: Jens Steidl <Jens.Steidl@slub-dresden.de>
Date: Mon, 14 Jun 2021 13:29:18 +0200
Subject: [PATCH] fix: unit name

---
 templates/stichprobe-daily-report.timer.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/stichprobe-daily-report.timer.j2 b/templates/stichprobe-daily-report.timer.j2
index 6e15bd1..94dfb9c 100644
--- a/templates/stichprobe-daily-report.timer.j2
+++ b/templates/stichprobe-daily-report.timer.j2
@@ -14,7 +14,7 @@ WakeSystem=true
 #When activated, it triggers the service immediately if it missed the last start time, for example due to the system being powered off
 Persistent=true
 #Unit to activate when the timer elapses. (default is set to the same name as the timer unit, except for the suffix)
-Unit=stichprobe-{{ item.value.institute_name }}-daily-report.service
+Unit=stichprobe-daily-report.service
 
 [Install]
 #is requires to activate the timer permanently
-- 
GitLab