]> git.pld-linux.org Git - packages/cronie.git/commitdiff
- cronie.init: When parent crond is stopped and child crond auto/th/cronie-1_4_3-1
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 17 Nov 2009 08:52:48 +0000 (08:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
 (executing program) is running,"service crond status" reports "crond
 (pid XXX) is running...".

Changed files:
    cronie.init -> 1.5

cronie.init

index 80ff87cc506b9bbb6acf11d80498050050f9791a..56c2de506237e57988c0380efcfe6f3354531c00 100644 (file)
@@ -86,7 +86,7 @@ case "$1" in
        reload
        ;;
   status)
-       status crond
+       status --pidfile /var/run/crond.pid crond
        exit $?
        ;;
   *)
This page took 0.023354 seconds and 4 git commands to generate.