Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle SIGTERM when running commands
Make Consul treat SIGTERM like it does SIGINT when running commands. This is especially important when running Consul as a daemon, since Unix process managers send SIGTERM to restart or terminate a process. This change is untested on Windows. Fixes #797
- Loading branch information