Skip to content

Commit 3b2f705

Browse files
committed
(SUP-2682) Remove Requires= property from timers
Prior to this commit, this property created an unwanted dependency between the timer and service. The effect is that starting the timer will immediately start the service regardless of the schedule. Removing this property allows the implicit relationships to work properly.
1 parent af96b5f commit 3b2f705

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/timer.epp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<%- | String $tables, String $on_cal | -%>
22
[Unit]
33
Description=Timer to trigger repacking PE database tables
4-
Requires=pe_databases-<%= $tables %>.service
54

65
[Timer]
76
OnCalendar=<%= $on_cal %>

0 commit comments

Comments
 (0)