Put /usr/local/bin in nodepool PATH for dib

When we install dib via pip the executables are put in /usr/local/bin
which was not in nodepool's PATH. The PATH is configured by the init
script so update the variable to include /usr/local/bin.

Change-Id: Ie456ecf667d330b925d3168a456d4ac84d1c48f4
This commit is contained in:
Clark Boylan 2014-09-23 13:38:45 -07:00
parent 397faa1559
commit eaa2f4493b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
# Do NOT "set -e"
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin
DESC="Nodepool"
NAME=nodepool
DAEMON=/usr/local/bin/nodepoold