Skip to content
Snippets Groups Projects
Commit 7c5048e5 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: updated end timer to better fit maintenance window

parent 61356425
No related branches found
No related tags found
No related merge requests found
Pipeline #6443 passed
......@@ -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 11:00:00
OnCalendar=Tue *-*-01..07 12:00: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 08:00:00
OnCalendar=Tue *-*-01..07 12:00: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