# File lib/rbot/core/remote.rb, line 345
  def stop_service
    @drb.stop_service if @drb
    @drb = nil
  end