From 362e44e678e58fc6a3a3b0357f6392ec8c14420c Mon Sep 17 00:00:00 2001 From: "Maxim N. Kostrikin" Date: Tue, 7 Apr 2015 13:15:48 +0500 Subject: [PATCH] Small tip for gracefull kill --- website/source/docs/agent/basics.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/basics.html.markdown b/website/source/docs/agent/basics.html.markdown index 106e610f5f..5dd0d415af 100644 --- a/website/source/docs/agent/basics.html.markdown +++ b/website/source/docs/agent/basics.html.markdown @@ -88,7 +88,7 @@ There are several important messages that [`consul agent`](/docs/commands/agent. An agent can be stopped in two ways: gracefully or forcefully. To gracefully halt an agent, send the process an interrupt signal (usually -`Ctrl-C` from a terminal). When gracefully exiting, the agent first notifies +`Ctrl-C` from a terminal or running `kill -INT consul_pid` ). When gracefully exiting, the agent first notifies the cluster it intends to leave the cluster. This way, other cluster members notify the cluster that the node has _left_.