Commit 9e47b57b authored by Nicolas Dumazet's avatar Nicolas Dumazet

revert r42287 per discussion with kazuhiko


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42289 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5cb4347e
......@@ -10,11 +10,11 @@ environment-vars =
PATH ${software_definition:software_home}/parts/imagemagick/bin:${software_definition:software_home}/parts/w3m/bin:${software_definition:software_home}/parts/xpdf/bin:${software_definition:software_home}/parts/ghostscript/bin:${software_definition:software_home}/parts/pdftk/bin:${software_definition:software_home}/parts/file/bin:${software_definition:software_home}/parts/graphviz/bin
LD_LIBRARY_PATH ${software_definition:software_home}/parts/file/lib
zope-conf-additional =
# Clockserver to have ticks in zope
<clock-server>
method /Control_Panel/timer_service/process_timer?interval:int=5
period 5
</clock-server>
# Timerserver to have ticks in zope
%import timerserver
<timer-server>
interval 5
</timer-server>
supervisor-priority = 30
supervisor-program =
${:supervisor-priority} ${:_buildout_section_name_} (stdout_logfile=NONE) ${buildout:bin-directory}/runzope [-C ${buildout:parts-directory}/${:_buildout_section_name_}/etc/zope.conf] true
......
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