Update supervisorctl
Fixed the example.
This commit is contained in:
parent
56a00e0667
commit
15160f2d93
1 changed files with 2 additions and 2 deletions
|
@ -71,10 +71,10 @@ EXAMPLES = '''
|
||||||
- supervisorctl: name=my_app state=started
|
- supervisorctl: name=my_app state=started
|
||||||
|
|
||||||
# Restart my_app, reading supervisorctl configuration from a specified file.
|
# 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.
|
# 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
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue