# File lib_core/rucy/rc_d.rb, line 34
    def read_pid
      File.open(@lock) {|input| input.read }.to_i
    end