Method: Controller#start

Defined in:
bin/magent

#startObject



90
91
92
93
94
95
96
# File 'bin/magent', line 90

def start
  if @options[:daemonize] && @options[:piddir]
    run_as_daemon
  else
    Magent::Processor.new(self.channel, @identity).run!
  end
end