about summary refs log tree commit homepage
path: root/lib/unicorn/launcher.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/launcher.rb')
-rw-r--r--lib/unicorn/launcher.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/launcher.rb b/lib/unicorn/launcher.rb
index 7f3ffa6..0d957cf 100644
--- a/lib/unicorn/launcher.rb
+++ b/lib/unicorn/launcher.rb
@@ -7,7 +7,7 @@ $stderr.binmode
 
 require 'unicorn'
 
-class Unicorn::Launcher
+module Unicorn::Launcher
 
   # We don't do a lot of standard daemonization stuff:
   #   * umask is whatever was set by the parent process at startup