From 71cf56fe53a1f561a8d11f2f354a0cc91bfe37ba Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 6 Oct 2016 10:41:54 +0100 Subject: [PATCH] core106: Restart DHCP server to import leases into DNS Signed-off-by: Michael Tremer --- config/rootfiles/core/106/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/rootfiles/core/106/update.sh b/config/rootfiles/core/106/update.sh index e025cfd03d..09d183e461 100644 --- a/config/rootfiles/core/106/update.sh +++ b/config/rootfiles/core/106/update.sh @@ -81,6 +81,9 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then /etc/init.d/ipsec start fi +# Restart DHCP server to import leases into unbound +/etc/init.d/dhcp restart + # This update need a reboot... touch /var/run/need_reboot -- 2.39.5