From eccbdb91b1001b15feec3d0baafd714209e9b293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bahad=C4=B1r=20Kandemir?= Date: Thu, 8 Oct 2015 23:24:06 +0300 Subject: [PATCH] Get bind address from config --- consul/files/consul.upstart | 1 - 1 file changed, 1 deletion(-) diff --git a/consul/files/consul.upstart b/consul/files/consul.upstart index 4140947..a7a87f5 100644 --- a/consul/files/consul.upstart +++ b/consul/files/consul.upstart @@ -19,7 +19,6 @@ script exec start-stop-daemon --start -c consul \ --exec /usr/local/bin/consul agent -- \ -config-dir="/etc/consul.d" \ - -bind=$BIND \ ${CONSUL_FLAGS} \ >> /var/log/consul.log 2>&1 end script