Commit 5b66bcc6 authored by Arnaud Fontaine's avatar Arnaud Fontaine

Kill properly cloudooo child processes in supervisord configuration by

sending a SIGHUP rather than a SIGTERM (default) because cloudooo will
only kill its children when receiving a SIGHUP



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41790 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6dc82693
......@@ -64,4 +64,4 @@ server-port = 8011
[configuration]
supervisor_programs +=
30 cloudooo ${buildout:bin-directory}/paster [serve ${cloudooo-instance:conf-output}]
30 cloudooo (stopsignal=HUP) ${buildout:bin-directory}/paster [serve ${cloudooo-instance:conf-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