Commit ea622394 authored by Łukasz Nowak's avatar Łukasz Nowak

- do not start/stop supervisor as buildout part


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33088 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2c8a959c
......@@ -6,24 +6,6 @@ parts =
supervisor_port = 9001
supervisor_host = 127.0.0.1
[supervisor-start]
depends = ${supervisor-instance:command}
recipe = plone.recipe.command
command =
${buildout:data-bin-directory}/supervisord
sleep 5
update-command = ${:command}
[supervisor-stop]
depends = ${supervisor-instance:command}
recipe = plone.recipe.command
command =
${buildout:data-bin-directory}/supervisorctl shutdown
sleep 5
update-command = ${:command}
[supervisor-instance]
depends = ${supervisor:recipe}
recipe = plone.recipe.command
......
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