containerd/vendor/golang.org/x/sys/windows/svc/debug
John Howard 40d898a820 Windows: Allow running as a service
Signed-off-by: John Howard <jhoward@microsoft.com>

Allows containerd.exe to run as a Windows service. eg

Register: `.\containerd.exe --register-service`

Start: `net start containerd`
...
Stop: `net stop containerd`

Unregister: `.\containerd.exe --unregister-service`

When running as a service, logs will go to the Windows application
event log.
2018-11-27 17:28:04 -08:00
..
log.go Windows: Allow running as a service 2018-11-27 17:28:04 -08:00
service.go Windows: Allow running as a service 2018-11-27 17:28:04 -08:00