Class: Inspec::Resources::RunitService
- 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
729 730 731 |
# File 'lib/resources/service.rb', line 729 def select_service_mgmt Runit.new(inspec, service_ctl) end |