lnd.xprv/signal
Olaoluwa Osuntokun c731a99647
signal: catch all termination signals by default
In this commit, we modify the primary `signal` package to instead catch
all signals. Before this commit, it would only catch the interrupt
signal sent from the kernel. With this new commit, we'll now also catch
(or attempt to catch): `SIGABRT`, `SIGTERM`, `SIGSTOP`, and `SIGQUIT`.
2019-03-27 12:56:45 -07:00
..
log.go multi: init subsystem loggers via build pkg 2018-10-05 13:04:45 +09:00
signal.go signal: catch all termination signals by default 2019-03-27 12:56:45 -07:00