From 41d58e6f9cac1005e97b54fe965de1328c62d0d1 Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Mon, 3 Jun 2024 11:38:53 +0200 Subject: [PATCH] - extended maintenance --- .../local/lib/systemd/system/disapp_maintenance_end.timer.j2 | 2 +- .../local/lib/systemd/system/subapp_maintenance_end.timer.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2 b/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2 index d5286d0..c66c1cb 100644 --- a/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2 +++ b/templates/usr/local/lib/systemd/system/disapp_maintenance_end.timer.j2 @@ -4,7 +4,7 @@ Description=timer for disapp_maintenance.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 12:00:00 +OnCalendar=Tue *-*-01..07 18:30:00 Unit=disapp.service [Install] 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 cc952a6..283abb6 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 @@ -4,7 +4,7 @@ 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 12:00:00 +OnCalendar=Tue *-*-01..07 18:30:00 Unit=subapp.service [Install] -- GitLab