From: Kees Monshouwer Date: Sun, 31 Aug 2014 10:33:47 +0000 (+0200) Subject: don't nuke the wrong service X-Git-Tag: auth-3.4.0-rc2~26^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3f6284aeccaaa415c697809fe0bc94ee47294f7;p=pdns don't nuke the wrong service --- diff --git a/pdns/pdns-recursor.init.d b/pdns/pdns-recursor.init.d index 157a881ab..791ed5026 100755 --- a/pdns/pdns-recursor.init.d +++ b/pdns/pdns-recursor.init.d @@ -57,7 +57,7 @@ case "$1" in force-stop) echo -n "Stopping PowerDNS recursing nameserver: " - killall -v -9 pdns_server + killall -v -9 $pdns_server echo "killed" ;;