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