From 9729c0b5be582b88dbe470aca9db4d919c38c720 Mon Sep 17 00:00:00 2001 From: Luke Weber Date: Tue, 29 Sep 2015 22:08:07 -0700 Subject: [PATCH] Document updates for https://github.com/Supervisor/supervisor/pull/199 --- docs/configuration.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 885e0d57b..d00e3433f 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -1034,6 +1034,18 @@ where specified. *Introduced*: 3.0 +``prsetpdeathsig`` + + The signal that the running process receives if the supervisor + parent process dies. This is a Linux only config directive and can not + be set on other platforms. + + *Default*: None + + *Required*: No. + + *Introduced*: 4.0 + ``[program:x]`` Section Example ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~