Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nginx) wait for nginx reload to avoid zombies #6

Commits on Jan 30, 2018

  1. 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".
    felixbuenemann committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    7e76671 View commit details
    Browse the repository at this point in the history