# File lib/thin/daemonizing.rb, line 6
  def running?(pid)
    Process.getpgid(pid) != -1
  rescue Errno::ESRCH
    false
  end