This repository was archived by the owner on May 27, 2019. It is now read-only.
Commit 7e76671
committed
fix(nginx) wait for nginx reload to avoid zombies
If a unix process is spawned, the parent process must wait for its pid
or the process will become a zombie after exit. This fixes the problem
that the "/opt/router/sbin/router" binary leaves behing a defunct nginx
process each time the config is reloaded by spawning "nginx -s reload".1 parent 018b675 commit 7e76671
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
0 commit comments