# File lib/specinfra/command/freebsd/v6/service.rb, line 3 def check_is_enabled(service, level=3) "service -e | grep -- /#{escape(service)}$" end