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

Gaetan Bisson bisson at nymeria.archlinux.org
Mon Jun 17 00:42:30 UTC 2013


    Date: Monday, June 17, 2013 @ 02:42:30
  Author: bisson
Revision: 188614

update kill path to /usr/bin

Modified:
  cronie/trunk/service

---------+
 service |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: service
===================================================================
--- service	2013-06-17 00:09:58 UTC (rev 188613)
+++ service	2013-06-17 00:42:30 UTC (rev 188614)
@@ -3,7 +3,7 @@
 
 [Service]
 ExecStart=/usr/bin/crond -n
-ExecReload=/bin/kill -HUP $MAINPID
+ExecReload=/usr/bin/kill -HUP $MAINPID
 KillMode=process
 Restart=always
 




More information about the arch-commits mailing list