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:
parent
49df962f75
commit
ad2d29cf4b
@ -12,7 +12,7 @@
|
|||||||
# Do NOT "set -e"
|
# Do NOT "set -e"
|
||||||
|
|
||||||
# PATH should only include /usr/* if it runs after the mountnfs.sh script
|
# 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"
|
DESC="Nodepool"
|
||||||
NAME=nodepool
|
NAME=nodepool
|
||||||
DAEMON=/usr/local/bin/nodepoold
|
DAEMON=/usr/local/bin/nodepoold
|
||||||
|
Loading…
x
Reference in New Issue
Block a user