Commit b961b707 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

rename cloudooo-instance-template to cloudooo-instance for the consistency,...

rename cloudooo-instance-template to cloudooo-instance for the consistency, still keeping the old name for the backward compatibility.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41672 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b82bfa4c
......@@ -6,7 +6,7 @@ extends =
../instance-profiles/supervisor.cfg
parts =
cloudooo-instance-template
cloudooo-instance
paster
create-log-directory
supervisor-instance
......@@ -23,7 +23,7 @@ paths =
${buildout:log-directory}
${buildout:run-directory}
[cloudooo-instance-template]
[cloudooo-instance]
recipe = erp5.recipe.cloudoooinstance
daemon = true # only true or false
conf-output = ${buildout:etc-directory}/cloudooo.conf
......@@ -55,6 +55,10 @@ virtual-screen = 0
server-hostname = 0.0.0.0
server-port = 8011
# this name is only for backward compatibility
[cloudooo-instance-template]
<= cloudooo-instance
[configuration]
supervisor_programs +=
30 cloudooo (autorestart=true stopsignal=1 stopwaitsecs=20) ${cloudooo-instance-template:ctl-output}
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