1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:53:34 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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