]> git.pld-linux.org Git - packages/dhcdbd.git/blobdiff - dhcdbd.init
- use full path to daemon
[packages/dhcdbd.git] / dhcdbd.init
index 7016aa615c149a3705c2a9215f6f9e4d87a8e232..b4541cb30b5732a863152198efa142f43e21ec1d 100644 (file)
@@ -37,7 +37,7 @@ case "$1" in
        if [ -f /var/lock/subsys/messagebus ]; then
                if [ ! -f /var/lock/subsys/dhcdbd ]; then
                        msg_starting dhcdbd
-                       daemon dhcdbd --system
+                       daemon /usr/sbin/dhcdbd --system
                        RETVAL=$?
                        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/dhcdbd
                else
This page took 0.061647 seconds and 4 git commands to generate.