Removes an obsolete environment variable from the example upstart script.
This commit is contained in:
parent
40454c999a
commit
0fa3094494
|
@ -12,9 +12,6 @@ script
|
|||
. /etc/service/consul
|
||||
fi
|
||||
|
||||
# Make sure to use all our CPUs, because Consul can block a scheduler thread
|
||||
export GOMAXPROCS=`nproc`
|
||||
|
||||
# Get the local IP
|
||||
BIND=`ifconfig eth0 | grep "inet addr" | awk '{ print substr($2,6) }'`
|
||||
|
||||
|
|
Loading…
Reference in New Issue