# File lib/specinfra/command/darwin/base/service.rb, line 3 def check_is_enabled(service, level=nil) "launchctl list | grep #{escape(service)}" end