# File lib/specinfra/command/opensuse/base/service.rb, line 8 def check_is_enabled(service, level=nil) "systemctl is-enabled #{escape(service)}" end