From: Michael Tremer Date: Thu, 6 Oct 2016 09:41:54 +0000 (+0100) Subject: core106: Restart DHCP server to import leases into DNS X-Git-Tag: v2.19-core106~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71cf56fe53a1f561a8d11f2f354a0cc91bfe37ba;p=people%2Fstevee%2Fipfire-2.x.git core106: Restart DHCP server to import leases into DNS Signed-off-by: Michael Tremer --- 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