We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6f733 commit d6512e2Copy full SHA for d6512e2
grace/service.go
@@ -39,6 +39,7 @@ func (s *serv) Wait() {
39
}
40
time.Sleep(100 * time.Millisecond)
41
log.Println("all services exited totally.")
42
+ os.Exit(0)
43
44
45
0 commit comments