# File lib/specinfra/command/debian/base/service.rb, line 20
    def disable(service)
      "update-rc.d -f #{escape(service)} remove"
    end