From 78d51cbd1efafc3f3fab01a9c7ab436c331fa6f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Sat, 11 Jun 2005 12:11:07 +0000 Subject: [PATCH] - specifiy pid file Changed files: pdnsd.init -> 1.14 --- pdnsd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdnsd.init b/pdnsd.init index 402e084..fe09807 100644 --- a/pdnsd.init +++ b/pdnsd.init @@ -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 -- 2.44.0