# File lib/thin/daemonizing.rb, line 147 def read_pid_file(file) if File.file?(file) && pid = File.read(file) pid.to_i else nil end end