]> git.pld-linux.org Git - packages/unbound.git/commitdiff
- full path to daemon
authorzbyniu <zbyniu@pld-linux.org>
Mon, 5 Apr 2010 20:48:51 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    unbound.init -> 1.3

unbound.init

index eb8635f554535c598367d28d8014e2b57b56155b..38df892a24d0601a9d932d7ec46d3403957f0eb9 100644 (file)
@@ -36,7 +36,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/unbound ]; then
                msg_starting "Unbound"
-               daemon unbound \
+               daemon /usr/sbin/unbound \
                        -c /etc/unbound/unbound.conf $UNBOUND_OPT </dev/null
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/unbound
This page took 0.14042 seconds and 4 git commands to generate.