Skip to content

Commit

Permalink
Merge pull request #99 from Siecje/signal
Browse files Browse the repository at this point in the history
Fix supervisord ctl signal usage
  • Loading branch information
ochinchina authored Jul 8, 2018
2 parents 6e32849 + 09419ea commit 304f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ supervisord ctl start <worker_name>
$ supervisord ctl start all
$ supervisord ctl shutdown
$ supervisord ctl reload
$ supervisord ctl signal <process_name> <process_name> ...
$ supervisord ctl signal <signal_name> <process_name> <process_name> ...
$ supervisord ctl signal all
$ supervisord ctl pid <process_name>
```
Expand Down

0 comments on commit 304f34c

Please sign in to comment.