class CopyTunerClient::ProcessGuard

def good_job_spawner?

def good_job_spawner?
  $0.include?('good_job') && defined?(GoodJob) && ARGV.include?('--daemonize')
end