all: sync with master; upd chlog
This commit is contained in:
@@ -37,3 +37,7 @@ func isShutdownSignal(sig os.Signal) (ok bool) {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
func sendShutdownSignal(_ chan<- os.Signal) {
|
||||
// On Unix we are already notified by the system.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user