# File lib/nanite/pid_file.rb, line 33
    def read_pid
      open(@pid_file,'r') {|f| f.read.to_i } if exists?
    end