Class: Inspec::Resources::SysVService
- Defined in:
- lib/resources/service.rb
Instance Attribute Summary
Attributes inherited from Service
Instance Method Summary collapse
Methods inherited from Service
#enabled?, #info, #initialize, #installed?, #runlevels, #running?, #to_s
Constructor Details
This class inherits a constructor from Inspec::Resources::Service
Instance Method Details
#select_service_mgmt ⇒ Object
663 664 665 |
# File 'lib/resources/service.rb', line 663 def select_service_mgmt SysV.new(inspec, service_ctl) end |