Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ochinchina authored Jan 26, 2019
1 parent 707bf5d commit c6e9d46
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ In order to controll the daemon, you can use `$ supervisord ctl` subcommand, ava

```shell
$ supervisord ctl status
$ supervisord ctl stop <worker_name>
$ supervisord ctl status program-1 program-2...
$ supervisord ctl status group:*
$ supervisord ctl stop program-1 program-2...
$ supervisord ctl stop group:*
$ supervisord ctl stop all
$ supervisord ctl start <worker_name>
$ supervisord ctl start program-1 program-2...
$ supervisord ctl start group:*
$ supervisord ctl start all
$ supervisord ctl shutdown
$ supervisord ctl reload
Expand Down

0 comments on commit c6e9d46

Please sign in to comment.