Run zuul-web as zuul

It does not need to run as root.

Change-Id: Id06623e42dd6bc963c5a0012fcd7adae78c6e666
This commit is contained in:
James E. Blair 2017-07-18 17:06:38 -07:00
parent 4ceab2ffe9
commit d726212730
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ NAME=zuul-web
DAEMON=/usr/local/bin/zuul-web
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