It was inspired by *[supervisor](http://supervisord.org/)*
...
...
@@ -34,8 +37,10 @@
**supervisorctl.py**
The command-line client piece of the supervisor is named supervisorctl.<br>
It provides a shell-like interface to the features provided by supervisord.<br>
The command-line client piece of the supervisor is named supervisorctl.
It provides a shell-like interface to the features provided by supervisord.
From **supervisorctl**, a user can connect to the **supervisord** process, get status on the processes controlled by, stop and start processes of, and get lists of running processes (programs).
The command-line client talks to the server across a mailbox (SUPERVISORD_CMD logical)
...
...
@@ -49,7 +54,8 @@
Finally, if all seem correct, shutdown it and restart it on daemon mode.
Running processes doesn't need to be stopped. When restarting **supervisord** find the necessary informations for running processes using the logical name table **SUPERVISORD_TABLE**.
Running processes doesn't need to be stopped.<br>
When restarting **supervisord** find the necessary informations for running processes using the logical name table **SUPERVISORD_TABLE**.