mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
disable SIGHUP handling for now
This commit is contained in:
parent
ff44417dec
commit
df44b0227b
@ -399,7 +399,7 @@ func (n *node) shutdown() {
|
||||
func main() {
|
||||
args := getArgs()
|
||||
hup := make(chan os.Signal, 1)
|
||||
signal.Notify(hup, os.Interrupt, syscall.SIGHUP)
|
||||
//signal.Notify(hup, os.Interrupt, syscall.SIGHUP)
|
||||
term := make(chan os.Signal, 1)
|
||||
signal.Notify(term, os.Interrupt, syscall.SIGTERM)
|
||||
for {
|
||||
|
Loading…
Reference in New Issue
Block a user