# File lib_core/rucy/rc_d.rb, line 117
    def stop
      pid = read_pid
      @Process.kill('TERM', pid)
      nil
    end