class Inspec::Resources::SysVService
Public Instance Methods
select_service_mgmt()
click to toggle source
# File lib/inspec/resources/service.rb, line 761 def select_service_mgmt SysV.new(inspec, service_ctl) end