You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
451 B
11 lines
451 B
diff -up cronie-1.4.11/contrib/cronie.systemd.sss cronie-1.4.11/contrib/cronie.systemd |
|
--- cronie-1.4.11/contrib/cronie.systemd.sss 2013-07-18 14:27:08.000000000 +0200 |
|
+++ cronie-1.4.11/contrib/cronie.systemd 2013-08-30 13:37:33.848391897 +0200 |
|
@@ -5,6 +5,7 @@ After=syslog.target auditd.service syste |
|
[Service] |
|
EnvironmentFile=/etc/sysconfig/crond |
|
ExecStart=/usr/sbin/crond -n $CRONDARGS |
|
+KillMode=process |
|
|
|
[Install] |
|
WantedBy=multi-user.target
|
|
|