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

fix: start maintenance shutdown one hour before Rosetta is shut down

parent 0628229f
No related branches found
No related tags found
No related merge requests found
Pipeline #6273 passed
...@@ -4,7 +4,7 @@ Description=timer for disapp_maintenance.service ...@@ -4,7 +4,7 @@ Description=timer for disapp_maintenance.service
[Timer] [Timer]
# run on the 1st Tuesday of each month # run on the 1st Tuesday of each month
# You can validate your calendar expressions using `systemd-analyze calendar EXPR`. # You can validate your calendar expressions using `systemd-analyze calendar EXPR`.
OnCalendar=Tue *-*-01..07 08:00:00 OnCalendar=Tue *-*-01..07 07:00:00
Unit=disapp_maintenance_begin Unit=disapp_maintenance_begin
[Install] [Install]
......
...@@ -4,7 +4,7 @@ Description=timer for subapp_maintenance.service ...@@ -4,7 +4,7 @@ Description=timer for subapp_maintenance.service
[Timer] [Timer]
# run on the 1st Tuesday of each month # run on the 1st Tuesday of each month
# You can validate your calendar expressions using `systemd-analyze calendar EXPR`. # You can validate your calendar expressions using `systemd-analyze calendar EXPR`.
OnCalendar=Tue *-*-01..07 08:00:00 OnCalendar=Tue *-*-01..07 07:00:00
Unit=subapp_maintenance_begin Unit=subapp_maintenance_begin
[Install] [Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment