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
This commit is contained in:
Kristyna Streitova 2015-07-09 07:53:07 +00:00 committed by Git OBS Bridge
parent e5565fcee6
commit 73b6370167
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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