diff options
Diffstat (limited to 'unit-upstream.patch')
-rw-r--r-- | unit-upstream.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/unit-upstream.patch b/unit-upstream.patch new file mode 100644 index 0000000..8304f65 --- /dev/null +++ b/unit-upstream.patch @@ -0,0 +1,16 @@ +diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c +--- a/src/nxt_main_process.c ++++ b/src/nxt_main_process.c +@@ -972,9 +972,11 @@ nxt_main_process_sigchld_handler(nxt_tas + + if (rt->nprocesses <= 1) { + nxt_runtime_quit(task, 0); ++ ++ return; + } + +- return; ++ continue; + } + + nxt_port_remove_notify_others(task, process); |