containerd/vendor/golang.org/x/sys/windows/svc
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
..
debug Windows: Allow running as a service 2018-11-27 17:28:04 -08:00
eventlog Windows: Allow running as a service 2018-11-27 17:28:04 -08:00
mgr Windows: Allow running as a service 2018-11-27 17:28:04 -08:00
event.go Re-vndr with newest vndr 2018-05-01 00:18:17 +01:00
go12.c Re-vndr with newest vndr 2018-05-01 00:18:17 +01:00
go12.go Update golang.org/x/sys 2018-07-12 15:14:35 -07:00
go13.go Update golang.org/x/sys 2018-07-12 15:14:35 -07:00
security.go Re-vndr with newest vndr 2018-05-01 00:18:17 +01:00
service.go Update golang.org/x/sys 2018-07-12 15:14:35 -07:00
sys_386.s Re-vndr with newest vndr 2018-05-01 00:18:17 +01:00
sys_amd64.s Update golang.org/x/sys 2018-07-12 15:14:35 -07:00