class Inspec::Resources::BSDService

Public Instance Methods

select_service_mgmt() click to toggle source
# File lib/inspec/resources/service.rb, line 784
def select_service_mgmt
  BSDInit.new(inspec, service_ctl)
end