Method: Eye::Process::System#execute_async
- Defined in:
- lib/eye/process/system.rb
#execute_async(cmd, opts = {}) ⇒ Object
107 108 109 110 111 |
# File 'lib/eye/process/system.rb', line 107 def execute_async(cmd, opts = {}) daemonize(cmd, self.config.merge(opts)).tap do |res| info "execute_async `#{cmd}` with res: #{res}" end end |