# File lib/specinfra/command/alpine/base/service.rb, line 3
    def check_is_enabled(service, level=3)
      "rc-update show boot default | grep -w #{escape(service)}"
    end