Removes an obsolete environment variable from the example upstart script.

This commit is contained in:
James Phillips 2017-02-01 16:56:53 -08:00 committed by GitHub
parent 40454c999a
commit 0fa3094494
1 changed files with 0 additions and 3 deletions

View File

@ -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) }'`