Method: Chef::Provider::Service::Windows#initialize

Defined in:
lib/chef/provider/service/windows.rb

#initialize(new_resource, run_context) ⇒ Windows

Returns a new instance of Windows.



26
27
28
29
# File 'lib/chef/provider/service/windows.rb', line 26

def initialize(new_resource, run_context)
  super
  @init_command = "sc"
end