Class: RunitService
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 Service
Instance Method Details
#select_service_mgmt ⇒ Object
728 729 730 |
# File 'lib/resources/service.rb', line 728 def select_service_mgmt Runit.new(inspec, service_ctl) end |