mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
9e5b93565c
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> |
||
---|---|---|
.. | ||
pidfile.go | ||
pidfile_test.go | ||
pidfile_unix.go | ||
pidfile_windows.go |