mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 17:30: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() {
|
func main() {
|
||||||
args := getArgs()
|
args := getArgs()
|
||||||
hup := make(chan os.Signal, 1)
|
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)
|
term := make(chan os.Signal, 1)
|
||||||
signal.Notify(term, os.Interrupt, syscall.SIGTERM)
|
signal.Notify(term, os.Interrupt, syscall.SIGTERM)
|
||||||
for {
|
for {
|
||||||
|
Loading…
Reference in New Issue
Block a user