diff --git a/cron.service b/cron.service index e195fbc..eaf53b2 100644 --- a/cron.service +++ b/cron.service @@ -7,6 +7,7 @@ After=postfix.service sendmail.service exim.service ExecStart=/usr/sbin/cron -n ExecReload=/usr/bin/kill -s SIGHUP $MAINPID Restart=on-abort +KillMode=process [Install] WantedBy=multi-user.target diff --git a/cronie.changes b/cronie.changes index e3be4b7..ee3c4db 100644 --- a/cronie.changes +++ b/cronie.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 1 20:11:18 UTC 2015 - crrodriguez@opensuse.org + +- cron.service: Use KillMode=process like upstream does. + ------------------------------------------------------------------- Thu Jun 25 19:13:40 UTC 2015 - crrodriguez@opensuse.org