Commit 8e8c0c4a by Stephen Fromm

Merge pull request #1736 from abourget/document_supervisorctl

supervisorctl: document the 'present' option
parents cc76b4f5 0b9cbcb2
......@@ -37,7 +37,7 @@ options:
- The state of service
required: true
default: null
choices: [ "started", "stopped", "restarted" ]
choices: [ "present", "started", "stopped", "restarted" ]
examples:
- code: "supervisorctl: name=my_app state=started"
description: Manage the state of program I(my_app) to be in I(started) state.
......
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