We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95301fe + dd24d76 commit 24f7585Copy full SHA for 24f7585
1 file changed
cmd/containerd/command/main_unix.go
@@ -58,6 +58,7 @@ func handleSignals(ctx context.Context, signals chan os.Signal, serverC chan *se
58
}
59
server.Stop()
60
close(done)
61
+ return
62
63
64
0 commit comments