diff --git a/pages/common/supervisorctl.md b/pages/common/supervisorctl.md index a42960008..3b9d35c0f 100644 --- a/pages/common/supervisorctl.md +++ b/pages/common/supervisorctl.md @@ -4,6 +4,10 @@ > Supervisorctl is the command-line client piece of the supervisor which provides a shell-like interface. > More information: . +- 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}}`