Method: Eye::Process::System#daemonize

Defined in:
lib/eye/process/system.rb

#daemonize(cmd, cfg = {}) ⇒ Object



97
98
99
# File 'lib/eye/process/system.rb', line 97

def daemonize(cmd, cfg = {})
  Eye::System.daemonize(cmd, cfg)
end