Method: Inspec::Resources::Systemd#initialize

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

#initialize(inspec, service_ctl = nil) ⇒ Systemd

Returns a new instance of Systemd.



271
272
273
274
# File 'lib/inspec/resources/service.rb', line 271

def initialize(inspec, service_ctl = nil)
  @service_ctl = service_ctl || "systemctl"
  super
end