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:
Jeremy Stanley 2020-05-23 22:42:12 +00:00
parent ed767090eb
commit 7b5c664074

View File

@ -18,7 +18,7 @@ NAME=zuul-executor
DAEMON=/usr/local/bin/zuul-executor
PIDFILE=/var/run/$NAME/$NAME.pid
SCRIPTNAME=/etc/init.d/$NAME
USER=zuul
USER=zuuld
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0