]> git.pld-linux.org Git - packages/smokeping.git/commitdiff
- full path to smokeping binary to make rc-scripts happy and not complain
authorTomasz Pala <gotar@pld-linux.org>
Sun, 15 Feb 2009 23:37:32 +0000 (23:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    smokeping.init -> 1.7

smokeping.init

index 885d02a27f0098ab3dc87b53aca3ac41df8565bf..53e4dbb1c74c195cfb70ae4cdf8a2bd999d7ef7b 100644 (file)
@@ -29,7 +29,7 @@ checkconfig() {
 start() {
        if [ ! -f /var/lock/subsys/smokeping ]; then
                msg_starting smokeping
-               daemon --pidfile /var/run/smokeping/smokeping.pid --user smokeping smokeping
+               daemon --pidfile /var/run/smokeping/smokeping.pid --user smokeping /usr/sbin/smokeping
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/smokeping
        else
This page took 0.718375 seconds and 4 git commands to generate.