diff --git a/templates/usr/local/lib/systemd/system/rosetta_maintenance_begin.timer.j2 b/templates/usr/local/lib/systemd/system/rosetta_maintenance_begin.timer.j2
index bcbf33ad7e5d3433789aedf511411b5a70d1b0e3..a5e3bffa217ffe87358f132d347e45faeca4aa29 100644
--- a/templates/usr/local/lib/systemd/system/rosetta_maintenance_begin.timer.j2
+++ b/templates/usr/local/lib/systemd/system/rosetta_maintenance_begin.timer.j2
@@ -10,7 +10,7 @@ Description=timer for rosetta_maintenance.service
 # syntax that explicitely lists all days separated by commas.
 # One more reason for RHEL to fuck ALL THE WAY OFF!
 # OnCalendar=Tue *-*-01..07 08:00:00    # NOT THIS on RHEL 7!
-OnCalendar=Tue *-*-01,02,03,04,05,06,07 08:00:00
+OnCalendar=Tue *-*-01,02,03,04,05,06,07 07:55:00
 Unit=rosetta_maintenance_begin.service
 
 [Install]
diff --git a/templates/usr/local/lib/systemd/system/rosetta_maintenance_end.timer.j2 b/templates/usr/local/lib/systemd/system/rosetta_maintenance_end.timer.j2
index da46ac3e6beec5d845daee5bd57f41a66843b1a9..fa21c3d26199e612cea16f1941ea213bbaa2c4b6 100644
--- a/templates/usr/local/lib/systemd/system/rosetta_maintenance_end.timer.j2
+++ b/templates/usr/local/lib/systemd/system/rosetta_maintenance_end.timer.j2
@@ -10,7 +10,7 @@ Description=timer for rosetta_maintenance.service
 # syntax that explicitely lists all days separated by commas.
 # One more reason for RHEL to fuck ALL THE WAY OFF!
 # OnCalendar=Tue *-*-01..07 08:00:00    # NOT THIS on RHEL 7!
-OnCalendar=Tue *-*-01,02,03,04,05,06,07 11:00:00
+OnCalendar=Tue *-*-01,02,03,04,05,06,07 11:45:00
 Unit=exlibris.service
 
 [Install]