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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user