# File lib/thin/daemonizing.rb, line 31 def pid File.exist?(pid_file) ? open(pid_file).read.to_i : nil end