# File lib/specinfra/command/openbsd/base/service.rb, line 11 def check_is_enabled(service, level=nil) "/etc/rc.d/#{escape(service)} status" end