Skip to content

Commit

Permalink
Remove obsolete comment about reaper in containerd/main.go (#297)
Browse files Browse the repository at this point in the history
Sigchld reaper has been removed from containerd procss in
8476905, so the comment
is not need any more.

Signed-off-by: Lei Jitang <[email protected]>
  • Loading branch information
coolljt0725 authored and crosbymichael committed Aug 15, 2016
1 parent 621f263 commit 95d78ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions containerd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ func main() {
}

func daemon(context *cli.Context) error {
// setup a standard reaper so that we don't leave any zombies if we are still alive
// this is just good practice because we are spawning new processes
s := make(chan os.Signal, 2048)
signal.Notify(s, syscall.SIGTERM, syscall.SIGINT)
sv, err := supervisor.New(
Expand Down

0 comments on commit 95d78ca

Please sign in to comment.