Commit bc76d5ad by Michael DeHaan

Merge pull request #3768 from didiercrunch/patch-1

Update supervisorctl
parents 56a00e06 15160f2d
......@@ -71,10 +71,10 @@ EXAMPLES = '''
- supervisorctl: name=my_app state=started
# Restart my_app, reading supervisorctl configuration from a specified file.
- supervisorctl: name=my_app state=restart config=/var/opt/my_project/supervisord.conf
- supervisorctl: name=my_app state=restarted config=/var/opt/my_project/supervisord.conf
# Restart my_app, connecting to supervisord with credentials and server URL.
- supervisorctl: name=my_app state=restart username=test password=testpass server_url=http://localhost:9001
- supervisorctl: name=my_app state=restarted username=test password=testpass server_url=http://localhost:9001
'''
......
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