summarylogtreecommitdiffstats
path: root/00-pdnsd
diff options
context:
space:
mode:
Diffstat (limited to '00-pdnsd')
-rw-r--r--00-pdnsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/00-pdnsd b/00-pdnsd
index 3aa6a506ea89..55ce59748ee1 100644
--- a/00-pdnsd
+++ b/00-pdnsd
@@ -6,9 +6,9 @@ STATUS=$2
pdnsd_going_up() {
# Check whether pDNSd is already running before starting it.
if [ `rc.d list|grep pdnsd|cut -f1 -d']'|cut -d'[' -f2` == 'STOPPED' ]; then
- rc.d start
+ rc.d start pdnsd
else
- rc.d restart
+ rc.d restart pdnsd
fi
}