Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Signed-off-by: allencloud <allen.sun@daocloud.io>
pidfile.New() was opening a file in /proc to determine if the owning process still exists. Use syscall.OpenProcess() on Windows instead. Other OSes may also need to be updated here. Signed-off-by: John Starks <jostarks@microsoft.com>