mirror of
https://github.com/daeuniverse/dae.git
synced 2024-12-22 22:44:56 +07:00
optimize: ignore sighup
This commit is contained in:
parent
59a07289d5
commit
5d8fc85fd9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user