# File lib_core/rucy/rc_d.rb, line 78
    def stop
      pid = read_pid
      @probe.stop_signal(pid)
      nil
    end