Start executor as 'zuul' user
No longer need to start as 'root'. Depends-On: I6df685044c4ce81fd263043adba832609da100af Change-Id: Ib36b6b45bb4ca147f6649a81edde2b9577d2604c
This commit is contained in:
parent
b513d9845e
commit
b74b0ace12
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user