initialize dns server/search lists
[project/netifd.git] / interface-event.c
index 83ac6f7..4e0773d 100644 (file)
@@ -40,7 +40,7 @@ run_cmd(const char *ifname, const char *device, bool up)
        if (device)
                setenv("DEVICE", device, 1);
        argv[0] = hotplug_cmd_path;
        if (device)
                setenv("DEVICE", device, 1);
        argv[0] = hotplug_cmd_path;
-       argv[1] = "network";
+       argv[1] = "iface";
        argv[2] = NULL;
        execvp(argv[0], argv);
        exit(127);
        argv[2] = NULL;
        execvp(argv[0], argv);
        exit(127);