Class: Inspec::Resources::RunitService
- Defined in:
- lib/inspec/resources/service.rb
Instance Attribute Summary
Attributes inherited from Service
Instance Method Summary collapse
Methods inherited from Service
#description, #enabled?, #has_start_mode?, #initialize, #installed?, #monitored_by?, #name, #params, #resource_id, #runlevels, #running?, #startmode, #startname, #to_s, #type
Constructor Details
This class inherits a constructor from Inspec::Resources::Service
Instance Method Details
#select_service_mgmt ⇒ Object
922 923 924 |
# File 'lib/inspec/resources/service.rb', line 922 def select_service_mgmt Runit.new(inspec, service_ctl) end |