# File lib/god/process.rb, line 7 def initialize self.log = '/dev/null' @pid_file = nil @tracking_pid = true @user_log = false @pid = nil end