From 6e32849c001c7ba0c3995f6f73610c156b5dee3c Mon Sep 17 00:00:00 2001 From: Steven Ou Date: Sat, 23 Jun 2018 21:10:25 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 219adaf8..a328e0d8 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ $ supervisord ctl shutdown $ supervisord ctl reload $ supervisord ctl signal ... $ supervisord ctl signal all +$ supervisord ctl pid ``` the URL of supervisord in the "supervisor ctl" subcommand is dected in following order: @@ -139,6 +140,9 @@ or user = user_name:group_name ... ``` +- stopsignal list +one or more stop signal can be configured. If more than one stopsignal is configured, when stoping the program, the supervisor will send the signals to the program one by one with interval "stopwaitsecs". If the program does not exit after all the signals sent to the program, the supervisor will kill the program + ## Group the "group" section is supported and you can set "programs" item