proto: move the dns search option handling to the core
[project/netifd.git] / main.c
diff --git a/main.c b/main.c
index 2fc3733..2d8e46b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -219,7 +219,7 @@ netifd_kill_process(struct netifd_process *proc)
        if (!proc->uloop.pending)
                return;
 
-       kill(proc->uloop.pid, SIGTERM);
+       kill(proc->uloop.pid, SIGKILL);
        netifd_delete_process(proc);
 }