mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 09:48:19 +01:00
Merge pull request #4627 from matheusdtech/sigabrt
signal: do not trap SIGABRT
This commit is contained in:
commit
cf5c670a2b
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ func Intercept() error {
|
|||
signalsToCatch := []os.Signal{
|
||||
os.Interrupt,
|
||||
os.Kill,
|
||||
syscall.SIGABRT,
|
||||
syscall.SIGTERM,
|
||||
syscall.SIGQUIT,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue