Method: Chef::Application::WindowsService#service_stop
- Defined in:
- lib/chef/application/windows_service.rb
permalink #service_stop ⇒ Object
Control Signal Callback Methods
117 118 119 |
# File 'lib/chef/application/windows_service.rb', line 117 def service_stop Chef::Log.info("SERVICE_CONTROL_STOP received, stopping") end |