mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 17:29:09 +07:00
optimize: ignore sighup
This commit is contained in:
@ -208,6 +208,9 @@ loop:
|
||||
|
||||
// Ready to close.
|
||||
oldC.Close()
|
||||
case syscall.SIGHUP:
|
||||
// Ignore.
|
||||
continue
|
||||
default:
|
||||
log.Infof("Received signal: %v", sig.String())
|
||||
break loop
|
||||
|
Reference in New Issue
Block a user