diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2008-07-25 07:56:46 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2008-07-25 07:56:46 +0200 |
commit | 31ee5f8285215545e9de4c5cc0ea169832b5390e (patch) | |
tree | db0cba3a9798e2ded457a5ad36a4259cc0df2a5c /qooxdoo/source | |
parent | cad5654594f4ff6865795809376d19e15272cd5b (diff) | |
download | smokeping-31ee5f8285215545e9de4c5cc0ea169832b5390e.tar.gz smokeping-31ee5f8285215545e9de4c5cc0ea169832b5390e.tar.xz |
autoreap zombies
Diffstat (limited to 'qooxdoo/source')
-rwxr-xr-x | qooxdoo/source/tr.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qooxdoo/source/tr.cgi b/qooxdoo/source/tr.cgi index be02730..cc0fe28 100755 --- a/qooxdoo/source/tr.cgi +++ b/qooxdoo/source/tr.cgi @@ -8,6 +8,9 @@ use CGI::Util qw(expires); use CGI::Session; use Qooxdoo::JSONRPC; +# don't bother with zombies +$SIG{CHLD} = 'IGNORE'; + #$Qooxdoo::JSONRPC::debug=1; # Change this space-separated list of directories to include |