Merge "Run zuul-web as zuul"

This commit is contained in:
Jenkins 2017-07-19 00:45:15 +00:00 committed by Gerrit Code Review
commit ba474aa21c
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