From b532f7eb69fcc2fbd36ad21c53455225cfdf4312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Thu, 4 Apr 2024 15:36:36 +0200 Subject: [PATCH] fix: set correct service unit for subapp_maintenance_end.timer to call --- .../local/lib/systemd/system/subapp_maintenance_end.timer.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2 b/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2 index d86f73e..986bc5e 100644 --- a/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2 +++ b/templates/usr/local/lib/systemd/system/subapp_maintenance_end.timer.j2 @@ -1,11 +1,11 @@ [Unit] -Description=timer for subapp_maintenance.service +Description=timer for subapp.service [Timer] # run on the 1st Tuesday of each month # You can validate your calendar expressions using `systemd-analyze calendar EXPR`. OnCalendar=Tue *-*-01..07 08:00:00 -Unit=subapp_maintenance_begin +Unit=subapp.service [Install] WantedBy=default.target -- GitLab