mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
setup: restart unbound after network config change
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user