Method: Autumn::Tool::Bin::Cmd#stop
- Defined in:
- lib/autumn/tool/bin.rb
#stop(command) ⇒ Object
}}}
239 240 241 242 243 244 245 |
# File 'lib/autumn/tool/bin.rb', line 239 def stop(command) # {{{ al_root require "daemons" Daemons.run_proc(Pathname.new(AL_ROOT).basename, :ARGV => ["stop"], :dir_mode => :normal, :dir => "tmp", :multiple => false) do start_autumn end end |