Method: Delayed::Command#run_process
- Defined in:
- lib/delayed/command.rb
permalink #run_process(process_name, dir) ⇒ Object
[View source]
83 84 85 86 87 |
# File 'lib/delayed/command.rb', line 83 def run_process(process_name, dir) Daemons.run_proc(process_name, :dir => dir, :dir_mode => :normal, :monitor => @monitor, :ARGV => @args) do |*args| run process_name end end |