Method: Inspec::Resources::Svcs#initialize

Defined in:
lib/inspec/resources/service.rb

#initialize(service_name, service_ctl = nil) ⇒ Svcs

Returns a new instance of Svcs.



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

def initialize(service_name, service_ctl = nil)
  @service_ctl = service_ctl || "svcs"
  super
end