mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-02 17:52:28 +02:00
Merge pull request #4627 from matheusdtech/sigabrt
signal: do not trap SIGABRT
This commit is contained in:
@@ -42,7 +42,6 @@ func Intercept() error {
|
||||
signalsToCatch := []os.Signal{
|
||||
os.Interrupt,
|
||||
os.Kill,
|
||||
syscall.SIGABRT,
|
||||
syscall.SIGTERM,
|
||||
syscall.SIGQUIT,
|
||||
}
|
||||
|
Reference in New Issue
Block a user