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 d5286d0b18f80559cef70ea7b8ea4e9c41c3ab8d..c66c1cb46d298b43a58ca0dea5c830b4390f4c1d 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 cc952a664737733df0414769d0e51fb1eda53366..283abb6cdf5448712c93344c1fc0a6032e8858f5 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]