about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-09 21:17:02 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 21:17:02 -0800
commit302beb7158a7217a3c8e5499ef98b33c284b1dd8 (patch)
treecc63826a6a870eec4b4d80e91feef3d5c51c49b5 /lib
parent4b5e01a32cb005dd890c32a78cf34150efc7a208 (diff)
downloadunicorn-302beb7158a7217a3c8e5499ef98b33c284b1dd8.tar.gz
Daemonization only happens once at initial startup and is less
intrusive than traditional daemonize routines:  we do not chdir,
set umask, or redirect/close STDOUT/STDERR since those are
doable via other config options with Unicorn (and the Unicorn
"config file" is just Ruby).

STDIN has no business being open on a daemon (and can be
dangerous to close if using certain buggy third-party libs).
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions