Skip to content

Commit

Permalink
supervisorctl: add status example (tldr-pages#10488)
Browse files Browse the repository at this point in the history
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
  • Loading branch information
3 people authored Jul 19, 2023
1 parent 178ec5d commit 9f78e02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/supervisorctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}}`
Expand Down

0 comments on commit 9f78e02

Please sign in to comment.