Class: Inspec::Resources::BSDService

Inherits:
Service
  • Object
show all
Defined in:
lib/resources/service.rb

Instance Attribute Summary

Attributes inherited from Service

#service_ctl

Instance Method Summary collapse

Methods inherited from Service

#description, #enabled?, #initialize, #installed?, #name, #params, #runlevels, #running?, #startmode, #to_s, #type

Constructor Details

This class inherits a constructor from Inspec::Resources::Service

Instance Method Details

#select_service_mgmtObject



744
745
746
# File 'lib/resources/service.rb', line 744

def select_service_mgmt
  BSDInit.new(inspec, service_ctl)
end