Merge pull request #619 from crosbymichael/no-shim
Add `no_shim` config for not running with a shim
This commit is contained in:
commit
5e5479718c
9 changed files with 199 additions and 78 deletions
|
@ -409,7 +409,7 @@ func handleSignals(signals chan os.Signal, server *grpc.Server) error {
|
|||
log.G(global).WithField("signal", s).Debug("received signal")
|
||||
switch s {
|
||||
case syscall.SIGCHLD:
|
||||
if _, err := reaper.Reap(); err != nil {
|
||||
if err := reaper.Reap(); err != nil {
|
||||
log.G(global).WithError(err).Error("reap containerd processes")
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue