From ed8911e378afb2353590eb26fedce998147fc2d4 Mon Sep 17 00:00:00 2001 From: Koen De Causmaecker Date: Mon, 21 Sep 2015 11:13:24 +0200 Subject: [PATCH] consul init sysv: lower stop priority Lower the stop priority in order to make sure that a consul agent is able to leave the cluster gracefully when shut down. --- templates/consul.sysv.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/consul.sysv.erb b/templates/consul.sysv.erb index 344b8c61..3bda69bf 100644 --- a/templates/consul.sysv.erb +++ b/templates/consul.sysv.erb @@ -4,7 +4,7 @@ # # Daemonize the consul agent. # -# chkconfig: 2345 95 95 +# chkconfig: 2345 95 20 # description: Service discovery and configuration made easy. \ # Distributed, highly available, and datacenter-aware. # processname: consul