Skip to content
Snippets Groups Projects
Commit 2bf6739e authored by Jörg Sachse's avatar Jörg Sachse
Browse files

feat: adjust maintenance end timer to match new ZIH maintenance window

parent 1901973e
No related branches found
No related tags found
No related merge requests found
Pipeline #8983 failed
......@@ -26,6 +26,7 @@
- "subapp_maintenance_begin.service"
- "subapp_maintenance_begin.timer"
- "subapp_maintenance_end.timer"
notify: daemon-reload
- name: enable SubApp/DisApp maintenance services and timers
ansible.builtin.systemd:
......
......@@ -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 15:10:00
Unit=disapp.service
[Install]
......
......@@ -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 15:10:00
Unit=subapp.service
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment