about summary refs log tree commit homepage
path: root/bin/unicorn
diff options
context:
space:
mode:
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 f8c20dc..f476a33 100755
--- a/bin/unicorn
+++ b/bin/unicorn
@@ -117,4 +117,4 @@ if $DEBUG
 end
 
 Unicorn::Launcher.daemonize!(options) if rackup_opts[:daemonize]
-Unicorn.run(app, options)
+Unicorn::HttpServer.new(app, options).start.join