Commit ff9072db by Matt Wright

Add supervisorctl documentation

parent 10387cb1
......@@ -741,6 +741,26 @@ Example action from a playbook::
shell somescript.sh >> somelog.txt
.. _supervisorctl:
supervisorctl
`````````````
Manage the state of a program or group of programs running via Supervisord
+--------------------+----------+---------+----------------------------------------------------------------------------+
| parameter | required | default | comments |
+====================+==========+=========+============================================================================+
| name | yes | | The name of the supervisord program/process to manage |
+--------------------+----------+---------+----------------------------------------------------------------------------+
| state | yes | | 'started', 'stopped' or 'restarted' |
+--------------------+----------+---------+----------------------------------------------------------------------------+
Example action from a playbook::
supervisorctl name=my_app state=started
.. _template:
template
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment