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:
parent
e5565fcee6
commit
73b6370167
@ -7,6 +7,7 @@ After=postfix.service sendmail.service exim.service
|
|||||||
ExecStart=/usr/sbin/cron -n
|
ExecStart=/usr/sbin/cron -n
|
||||||
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
|
ExecReload=/usr/bin/kill -s SIGHUP $MAINPID
|
||||||
Restart=on-abort
|
Restart=on-abort
|
||||||
|
KillMode=process
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@ -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
|
Thu Jun 25 19:13:40 UTC 2015 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user