From 15160f2d936080160a5c1216b1d841c66dd0cb9e Mon Sep 17 00:00:00 2001 From: didiercrunch Date: Tue, 6 Aug 2013 09:06:28 -0400 Subject: [PATCH] Update supervisorctl Fixed the example. --- library/web_infrastructure/supervisorctl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/web_infrastructure/supervisorctl b/library/web_infrastructure/supervisorctl index 4ea2bc39fa..fbbb2f7f06 100644 --- a/library/web_infrastructure/supervisorctl +++ b/library/web_infrastructure/supervisorctl @@ -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 '''