Accepting request 315644 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/315644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cronie?expand=0&rev=60
This commit is contained in:
Stephan Kulow 2015-07-16 15:15:28 +00:00 committed by Git OBS Bridge
commit 517cc40002
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