setup: restart unbound after network config change

Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Arne Fitzenreiter
2016-10-12 22:39:41 +02:00
parent 86c9deb2ea
commit 3a6752d928

View File

@@ -113,6 +113,8 @@ int handlenetworking(void)
runcommandwithstatus("/etc/rc.d/init.d/network start",
_("Networking"), _("Restarting network..."), NULL);
runcommandwithstatus("/etc/rc.d/init.d/unbound restart",
_("Networking"), _("Restarting unbound..."), NULL);
}
} else {
rename_nics();