]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- irc bot is now standalone program
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 29 Dec 2005 23:22:29 +0000 (23:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-irc.init -> 1.6

eventum-irc.init

index 9bc89cee8a8e6b180038c00a095e109f95ec7045..b5a4a2acde3eb605c9515cd2cb9f68c4c0cefa65 100644 (file)
@@ -31,11 +31,10 @@ start)
        if [ ! -f /var/lock/subsys/eventum-irc ]; then
                msg_starting eventum-irc
                start-stop-daemon --start \
-                       --exec /usr/bin/php \
+                       --exec /usr/sbin/eventum-bot \
                        --pidfile $PIDFILE \
-                       --chuid http \
-                       --chdir /usr/share/eventum/irc \
-                       --background -- -q bot.php
+                       --chuid eventum \
+                       --background
 
                RETVAL=$?
                if [ $RETVAL -eq 0 ]; then
This page took 0.02797 seconds and 4 git commands to generate.