]> git.pld-linux.org Git - packages/pdnsd.git/commitdiff
- specifiy pid file
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 11 Jun 2005 12:11:07 +0000 (12:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pdnsd.init -> 1.14

pdnsd.init

index 402e08481b4ae924c538c5a540861ff128f5e348..fe09807974e62dfdbfe336d2c9c3252865c5c4dc 100644 (file)
@@ -39,7 +39,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/pdns ]; then
                msg_starting Pdns
-               daemon pdnsd --daemon $STATUS $DEBUG $VERBOSE
+               daemon pdnsd --daemon -p /var/run/pdnsd.pid $STATUS $DEBUG $VERBOSE
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/pdns
        else
This page took 0.072577 seconds and 4 git commands to generate.