# File lib/god/cli/run.rb, line 11
      def dispatch
        # have at_exit start god
        $run = true
        
        if @options[:daemonize]
          run_daemonized
        else
          run_in_front
        end
      end