Skip to content

Commit

Permalink
Fix supervisord ctl signal usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Siecje committed Jul 6, 2018
1 parent 6e32849 commit 09419ea
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 09419ea

Please sign in to comment.