Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ochinchina authored Jun 23, 2018
1 parent 242697f commit 6e32849
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ $ supervisord ctl shutdown
$ supervisord ctl reload
$ supervisord ctl signal <process_name> <process_name> ...
$ supervisord ctl signal all
$ supervisord ctl pid <process_name>
```

the URL of supervisord in the "supervisor ctl" subcommand is dected in following order:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 6e32849

Please sign in to comment.