Method: Chef::Application::WindowsService#service_stop

Defined in:
lib/chef/application/windows_service.rb

#service_stopObject

Control Signal Callback Methods

[View source]

117
118
119
# File 'lib/chef/application/windows_service.rb', line 117

def service_stop
  Chef::Log.info("SERVICE_CONTROL_STOP received, stopping")
end