Get bind address from config

This commit is contained in:
Bahadır Kandemir 2015-10-08 23:24:06 +03:00
parent a8198d942d
commit eccbdb91b1

View file

@ -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