about summary refs log tree commit homepage
path: root/bin/unicorn
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-05 16:10:17 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-05 16:10:17 -0800
commit841f967666292f634c6af485f7ac452f36cc2028 (patch)
tree4dba86c2fb545a57c7728d1275d276e12d3b26d5 /bin/unicorn
parent40924ca5f42a5708159ac27b992805f24ecbae9b (diff)
parentfe005f50efc8db5b9f4b2387b3b2c42f12d7c2c0 (diff)
downloadunicorn-841f967666292f634c6af485f7ac452f36cc2028.tar.gz
* ready_pipe:
  launcher: no point in sync-ing $stdin
  launcher: fix compatibility with other servers
  clarify errors when listeners fail to bind
  launcher: descriptive error message on startup failure
  Avoid leaking ready pipe file descriptor to workers
  exit with failure if master dies when daemonized
Diffstat (limited to 'bin/unicorn')
-rwxr-xr-xbin/unicorn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unicorn b/bin/unicorn
index 651c2ff..5af021d 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -161,5 +161,5 @@ if $DEBUG
   })
 end
 
-Unicorn::Launcher.daemonize! if daemonize
+Unicorn::Launcher.daemonize!(options) if daemonize
 Unicorn.run(app, options)