Skip to content

Commit 6ee542e

Browse files
author
Qi Xiao
committed
Update comment in WaitForExit
1 parent 595b43b commit 6ee542e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/signal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"syscall"
2323
)
2424

25-
// WaitForExit waits for user cancellation signals: SIGINT/SIGTERM/SIGHUP/SIGTTIN/SIGTTOU.
25+
// WaitForExit waits for user cancellation signals: SIGINT/SIGTERM and ignore SIGHUP/SIGTTIN/SIGTTOU.
2626
func WaitForExit() <-chan os.Signal {
2727
signalCh := make(chan os.Signal, 1)
2828
signal.Notify(

0 commit comments

Comments
 (0)