commit 5033fc13b91681629a2e2c986c88b6e5c646f15d
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Dec 11 21:13:05 2016 +0200

    eventum-irc: make pid; the daemon no longer makes it itself

 eventum-irc.init | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/eventum-irc.init b/eventum-irc.init
index 18b4108..6a0aff8 100755
--- a/eventum-irc.init
+++ b/eventum-irc.init
@@ -33,6 +33,7 @@ start() {
        msg_starting "Eventum IRC Bot"
        start-stop-daemon --start \
                --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 --pidfile $PIDFILE eventum-irc php
+       status --pidfile $PIDFILE eventum-irc
        exit $?
        ;;
   *)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/eventum.git/commitdiff/5033fc13b91681629a2e2c986c88b6e5c646f15d

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to