]> git.pld-linux.org Git - packages/eventum.git/blobdiff - eventum-irc.init
package also crm and partner dir
[packages/eventum.git] / eventum-irc.init
old mode 100644 (file)
new mode 100755 (executable)
index e9339d3..6a0aff8
@@ -32,7 +32,8 @@ start() {
 
        msg_starting "Eventum IRC Bot"
        start-stop-daemon --start \
-               --exec /usr/sbin/eventum-irc-bot \
+               --exec /usr/share/eventum/bin/irc-bot.php \
+               -m \
                --pidfile $PIDFILE \
                --chuid http \
                --background
@@ -89,7 +90,7 @@ case "$1" in
        condrestart 7
        ;;
   status)
-       status eventum-irc-bot php
+       status --pidfile $PIDFILE eventum-irc
        exit $?
        ;;
   *)
This page took 0.246986 seconds and 4 git commands to generate.