supervisorctl: add `status` example (#10488)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Peter Jiping Xie 2023-07-20 03:34:09 +10:00 committed by GitHub
parent 178ec5d5c1
commit 9f78e02f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@
> Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface.
> More information: <http://supervisord.org>.
- Show the status of a process (or all processes if `process_name` is not specified):
`supervisorctl status {{process_name}}`
- Start/stop/restart a process:
`supervisorctl {{start|stop|restart}} {{process_name}}`