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