Update username in Zuul executor initscript
The executor is expected to run as the zuuld user now, so adjust the initscript for it accordingly. Change-Id: I38966c76c14fb06e9fc4081d840f8a4e05d500d3
This commit is contained in:
parent
ed767090eb
commit
7b5c664074
@ -18,7 +18,7 @@ NAME=zuul-executor
|
|||||||
DAEMON=/usr/local/bin/zuul-executor
|
DAEMON=/usr/local/bin/zuul-executor
|
||||||
PIDFILE=/var/run/$NAME/$NAME.pid
|
PIDFILE=/var/run/$NAME/$NAME.pid
|
||||||
SCRIPTNAME=/etc/init.d/$NAME
|
SCRIPTNAME=/etc/init.d/$NAME
|
||||||
USER=zuul
|
USER=zuuld
|
||||||
|
|
||||||
# Exit if the package is not installed
|
# Exit if the package is not installed
|
||||||
[ -x "$DAEMON" ] || exit 0
|
[ -x "$DAEMON" ] || exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user