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

Quit child processes when supervisor crashes (Linux only) #199

Closed
wants to merge 2 commits into from

Commits on Jan 8, 2013

  1. Quit child processes when supervisor crashes (Linux only)

    Use prctl(PR_SET_PDEATHSIG, SIGTERM) to send signal when
    parent dies
    Scott Wilson committed Jan 8, 2013
    Configuration menu
    Copy the full SHA
    90acef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2013

  1. ENG-8730 PDEATHSIG is SIGKILL instead of SIGTERM

    Scott Wilson committed Apr 19, 2013
    Configuration menu
    Copy the full SHA
    d32be88 View commit details
    Browse the repository at this point in the history