Start executor as 'zuul' user

No longer need to start as 'root'.

Depends-On: I6df685044c4ce81fd263043adba832609da100af
Change-Id: Ib36b6b45bb4ca147f6649a81edde2b9577d2604c
This commit is contained in:
David Shrewsbury 2018-01-10 13:33:44 -05:00
parent b513d9845e
commit b74b0ace12
1 changed files with 1 additions and 1 deletions

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=root
USER=zuul
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0