From d1778a773eb5870f7c95568533e260163b7e8db7 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Thu, 13 Oct 2016 17:21:28 +0200 Subject: [PATCH] unbound/dhcp: stop lease bridge if dhcp was needed to killed Signed-off-by: Arne Fitzenreiter --- src/initscripts/init.d/dhcp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/initscripts/init.d/dhcp b/src/initscripts/init.d/dhcp index 2182bc4b3a..2ae86db314 100644 --- a/src/initscripts/init.d/dhcp +++ b/src/initscripts/init.d/dhcp @@ -58,7 +58,6 @@ case "$1" in killall -w -s KILL /usr/sbin/dhcpd > /dev/null 2>&1 rm -f /var/run/dhcpd.pid > /dev/null 2>&1 echo_ok; - exit 0 fi boot_mesg "Stopping Unbound DHCP Leases Bridge..." -- 2.39.2