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>
This commit is contained in:
Peter Jiping Xie
2023-07-20 03:34:09 +10:00
committed by GitHub
parent 178ec5d5c1
commit 9f78e02f73

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}}`