# File lib/thin/controllers/cluster.rb, line 13 def initialize(options) super # Cluster can only contain daemonized servers @options.merge!(:daemonize => true) end