]> git.pld-linux.org Git - packages/cronie.git/blobdiff - cronie.init
- release 2
[packages/cronie.git] / cronie.init
index 1e3a5e9e1664f556a112c6145e35f44228e46e15..56c2de506237e57988c0380efcfe6f3354531c00 100644 (file)
@@ -9,7 +9,7 @@
 #              security and more powerful configuration options.
 #
 # processname: crond
-# config:      /etc/crontab
+# config:      /etc/cron.d
 # pidfile:     /var/run/crond.pid
 
 
@@ -86,7 +86,7 @@ case "$1" in
        reload
        ;;
   status)
-       status crond
+       status --pidfile /var/run/crond.pid crond
        exit $?
        ;;
   *)
This page took 0.027904 seconds and 4 git commands to generate.