Update zuul merger init script

Set the description of the zuul-merger.init to 'Zuul Merger' to
differentiate from the main zuul-server daemon.

Change-Id: I9ee914df0f98157b2710cbc2f9c29f7b41726273
This commit is contained in:
Joshua Hesketh 2014-04-30 11:15:44 +10:00
parent 2a390c325e
commit 6366ca63a7
1 changed files with 2 additions and 2 deletions

View File

@ -6,14 +6,14 @@
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Zuul
# Description: Trunk gating system
# Description: Trunk gating system merger
### END INIT INFO
# Do NOT "set -e"
# PATH should only include /usr/* if it runs after the mountnfs.sh script
PATH=/sbin:/usr/sbin:/bin:/usr/bin
DESC="Zuul"
DESC="Zuul Merger"
NAME=zuul-merger
DAEMON=/usr/local/bin/zuul-merger
PIDFILE=/var/run/$NAME/$NAME.pid