Detect daemonization via configuration.
commitb48c6659b294b37f2c6ff3e75c1c9245522d48d1
authorBrian P O'Rourke <bpo@somnambulance.net>
Wed, 14 Sep 2011 10:50:29 +0000 (14 18:50 +0800)
committerEric Wong <normalperson@yhbt.net>
Thu, 15 Sep 2011 00:51:40 +0000 (14 17:51 -0700)
treedf355ca0a98115ba3177d17f4c976d4d0d314e8b
parentdb2cba26acc5748bcf9919e3184a667c46911f8c
Detect daemonization via configuration.

This prevents the stopping of all workers by SIGWINCH if you're
using a windowing system that will 'exec' unicorn from a process
that's already in a process group.

Acked-by: Eric Wong <normalperson@yhbt.net>
lib/unicorn/http_server.rb