mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
a811bf15f1
Since Consul 0.7, client-mode agents are shutting down gracefully by default, so no need to send them a SIGINT specially. The default for server-mode agents is still not to leave gracefully on SIGTERM, but it was left this way for a reason. To override this, it is better to set the leave_on_terminate option, rather than changing the KillSignal.