]> TLD Linux GIT Repositories - packages/munin.git/commitdiff
- make it work with current munin version
authorMarcin Krol <hawk@tld-linux.org>
Wed, 14 Oct 2015 06:52:42 +0000 (06:52 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 14 Oct 2015 06:52:42 +0000 (06:52 +0000)
munin-node.init

index f9c7c44a1a2f3fccbc5d0e1f59a9eb545cf77e5e..50e97fc7ffa624e70b582d01f9db1dd71e4c5517 100755 (executable)
@@ -22,7 +22,7 @@ case "$1" in
   start)
        if [ ! -f /var/lock/subsys/munin-node ]; then
                msg_starting "Munin Node"
-               daemon --fork --waitfortime 3 --waitforname munin-node munin-node
+               daemon --waitforname munin-node munin-node
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/munin-node
        else