[arch-commits] Commit in cronie/trunk (PKGBUILD service)

Gaetan Bisson bisson at archlinux.org
Wed Jan 2 09:53:11 UTC 2013


    Date: Wednesday, January 2, 2013 @ 04:53:11
  Author: bisson
Revision: 174031

make systemd avoid killing the whole cgroup

Modified:
  cronie/trunk/PKGBUILD
  cronie/trunk/service

----------+
 PKGBUILD |    4 ++--
 service  |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-02 09:41:06 UTC (rev 174030)
+++ PKGBUILD	2013-01-02 09:53:11 UTC (rev 174031)
@@ -3,7 +3,7 @@
 
 pkgname='cronie'
 pkgver=1.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Daemon that runs specified programs at scheduled times and related tools'
 url='https://fedorahosted.org/cronie/'
 license=('custom:BSD')
@@ -20,7 +20,7 @@
         'rc.d')
 sha1sums=('40405cb30b62bd60323e4daf5198f26f0e65c4c4'
           '0f279b8fb820340267d578dc85511c980715f91e'
-          '3038a05476829f72fc4918bee9176b273ce10340'
+          'fa91ebee59df127ff3983b8d6fb9e1cc5fca53d0'
           '5eff7fb31f6bc0a924243ff046704726cf20c221'
           'c08c040ed5cb12bc4fd15639a5242d31ec247ef5')
 

Modified: service
===================================================================
--- service	2013-01-02 09:41:06 UTC (rev 174030)
+++ service	2013-01-02 09:53:11 UTC (rev 174031)
@@ -4,6 +4,7 @@
 [Service]
 ExecStart=/usr/sbin/crond -n
 ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
 Restart=always
 
 [Install]




More information about the arch-commits mailing list