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:
@@ -4,6 +4,10 @@
|
|||||||
> Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface.
|
> Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface.
|
||||||
> More information: <http://supervisord.org>.
|
> 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:
|
- Start/stop/restart a process:
|
||||||
|
|
||||||
`supervisorctl {{start|stop|restart}} {{process_name}}`
|
`supervisorctl {{start|stop|restart}} {{process_name}}`
|
||||||
|
Reference in New Issue
Block a user