Start executor as root

zuul-executor will drop privileges to the zuul user.

Change-Id: I8f717a693e50a7e99c6d906860419161effc4718
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-06-07 14:09:27 -04:00
parent ca7cda5983
commit 534fa140b2
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
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=zuul
USER=root
# Exit if the package is not installed
[ -x "$DAEMON" ] || exit 0