Class: Inspec::Resources::UpstartService

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

#enabled?, #info, #initialize, #installed?, #runlevels, #running?, #to_s

Constructor Details

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

Instance Method Details

#select_service_mgmtObject



649
650
651
# File 'lib/resources/service.rb', line 649

def select_service_mgmt
  Upstart.new(inspec, service_ctl)
end