Commit 48b6650d authored by Gabriel Monnerat's avatar Gabriel Monnerat

don't catch SIGTERM because this signal is used internally by paster

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42269 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0439fa69
...@@ -119,7 +119,6 @@ def application(global_config, **local_config): ...@@ -119,7 +119,6 @@ def application(global_config, **local_config):
timeout=timeout_response) timeout=timeout_response)
# Signal to stop all processes # Signal to stop all processes
signal(SIGTERM, stopProcesses)
signal(SIGINT, stopProcesses) signal(SIGINT, stopProcesses)
signal(SIGQUIT, stopProcesses) signal(SIGQUIT, stopProcesses)
signal(SIGHUP, stopProcesses) signal(SIGHUP, stopProcesses)
......
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