diff --git a/signal.go b/signal.go index abf656b..fd08df2 100644 --- a/signal.go +++ b/signal.go @@ -37,8 +37,6 @@ func SetupSignalHandler() context.Context { go func() { <-c cancel() - <-c - os.Exit(1) // second signal. Exit directly. }() return ctx