mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
Merge pull request #2880 from Roasbeef/windows-signals
signal: don't attempt to catch SIGSTOP
This commit is contained in:
@ -32,7 +32,6 @@ func init() {
|
|||||||
os.Kill,
|
os.Kill,
|
||||||
syscall.SIGABRT,
|
syscall.SIGABRT,
|
||||||
syscall.SIGTERM,
|
syscall.SIGTERM,
|
||||||
syscall.SIGSTOP,
|
|
||||||
syscall.SIGQUIT,
|
syscall.SIGQUIT,
|
||||||
}
|
}
|
||||||
signal.Notify(interruptChannel, signalsToCatch...)
|
signal.Notify(interruptChannel, signalsToCatch...)
|
||||||
|
Reference in New Issue
Block a user