]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
core106: Restart DHCP server to import leases into DNS
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Oct 2016 09:41:54 +0000 (10:41 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Oct 2016 09:41:54 +0000 (10:41 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/106/update.sh

index e025cfd03dc9b21dbdaa94df69e0816cae962850..09d183e461c65e80a68dd0fc0d79fed4c97a1d53 100644 (file)
@@ -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