Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 1a0e7452f3e7367b30d3d62cab23dcd4e0bb6d8c
https://github.com/btcsuite/btcd/commit/1a0e7452f3e7367b30d3d62cab23dcd4e0bb6d8c
Author: David Hill <[email protected]>
Date: 2016-05-05 (Thu, 05 May 2016)
Changed paths:
M signal.go
A signalsigterm.go
Log Message:
-----------
btcd: handle signal SIGTERM (#688)
When an OS reboots or shuts down, it sends all processes SIGTERM before
sending SIGKILL. This allows btcd to do a proper shutdown which most
importantly closes the database.