Commit 82c5eb22 authored by Tristan Cavelier's avatar Tristan Cavelier

stack/erp5: make zope-x service on watch

parent 2ef49f1d
...@@ -340,7 +340,7 @@ md5sum = b0cb0ee97cddc79112a718e065806037 ...@@ -340,7 +340,7 @@ md5sum = b0cb0ee97cddc79112a718e065806037
[template-zope] [template-zope]
<= download-base <= download-base
filename = instance-zope.cfg.in filename = instance-zope.cfg.in
md5sum = 91b830903bde2a60fc589dfb1943e3e3 md5sum = 6bcd92d8823c99912abfbdc476301e76
link-binary = link-binary =
${aspell:location}/bin/aspell ${aspell:location}/bin/aspell
${dmtx-utils:location}/bin/dmtxwrite ${dmtx-utils:location}/bin/dmtxwrite
......
...@@ -60,6 +60,7 @@ instance-tests = ${:instance}/tests ...@@ -60,6 +60,7 @@ instance-tests = ${:instance}/tests
log = ${:var}/log log = ${:var}/log
run = ${:var}/run run = ${:var}/run
services = ${:etc}/run services = ${:etc}/run
service-on-watch = ${:etc}/service
srv = ${buildout:directory}/srv srv = ${buildout:directory}/srv
tmp = ${buildout:directory}/tmp tmp = ${buildout:directory}/tmp
var = ${buildout:directory}/var var = ${buildout:directory}/var
...@@ -308,7 +309,7 @@ context = ...@@ -308,7 +309,7 @@ context =
[{{ section(name) }}] [{{ section(name) }}]
< = zope-base < = zope-base
wrapper = ${directory:services}/{{ name }} wrapper = ${directory:service-on-watch}/{{ name }}
configuration-file = {{ '${' ~ conf_name ~ ':rendered}' }} configuration-file = {{ '${' ~ conf_name ~ ':rendered}' }}
[{{ section("promise-" ~ name) }}] [{{ section("promise-" ~ name) }}]
......
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