]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
setup: Don't restart Unbound after changing the network
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 12 May 2026 17:51:56 +0000 (18:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 21 May 2026 15:27:29 +0000 (15:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/setup/networking.c

index 98018b7f6f3673106c57ca77401301d1673cc34f..61968b284e0af4d21a88e8515185382708d28dfa 100644 (file)
@@ -103,8 +103,6 @@ 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();