From 73b6370167f94c57c003508a8068edb695351c446282716e341a9f87d763fcbe Mon Sep 17 00:00:00 2001 From: Kristyna Streitova Date: Thu, 9 Jul 2015 07:53:07 +0000 Subject: [PATCH] Accepting request 314782 from home:elvigia:branches:Base:System - cron.service: Use KillMode=process like upstream does. OBS-URL: https://build.opensuse.org/request/show/314782 OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=147 --- cron.service | 1 + cronie.changes | 5 +++++ 2 files changed, 6 insertions(+) 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