]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-irc.init
up to 3.0.3-1.287.ge48a790, uses var constant internally
[packages/eventum.git] / eventum-irc.init
index e9339d30781e8c1a4422e43853a4f16753f1db02..18b41083f869f4fbdd2a6bfa43e39dbcb2380bc7 100755 (executable)
@@ -32,7 +32,7 @@ start() {
 
        msg_starting "Eventum IRC Bot"
        start-stop-daemon --start \
-               --exec /usr/sbin/eventum-irc-bot \
+               --exec /usr/share/eventum/bin/irc-bot.php \
                --pidfile $PIDFILE \
                --chuid http \
                --background
@@ -89,7 +89,7 @@ case "$1" in
        condrestart 7
        ;;
   status)
-       status eventum-irc-bot php
+       status --pidfile $PIDFILE eventum-irc php
        exit $?
        ;;
   *)
This page took 0.042629 seconds and 4 git commands to generate.