Add /usr/local/bin to zuul-launcher path

That's where ansible-playbook will end up

Change-Id: Ie530c60cf822bdc8f573650cfbcefadcbb1fa2cd
This commit is contained in:
James E. Blair 2016-05-16 16:45:31 -07:00
parent 440c8836cd
commit 017d3b825d
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="Zuul Launcher"
NAME=zuul-launcher
DAEMON=/usr/local/bin/zuul-launcher