]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/setup/networking.c
IDS: Call helper script when red interface gets up
[ipfire-2.x.git] / src / setup / networking.c
index b840ec127a119ea9ac885a71a6979af5f59111d4..00dfc4b5a7d3a8aa02344d2966a60db6f7776007 100644 (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();