mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-15 07:26:05 +00:00
disable SIGHUP handling for now
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user