Merge "Fix deprecated warning for suffix"
This commit is contained in:
commit
3aa0ef4305
@ -14,10 +14,10 @@
|
||||
# PATH should only include /usr/* if it runs after the mountnfs.sh script
|
||||
PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
||||
DESC="Jenkins Log Worker"
|
||||
NAME=jenkins-log-worker<%= suffix %>
|
||||
NAME=jenkins-log-worker<%= @suffix %>
|
||||
DAEMON=/usr/local/bin/log-gearman-worker.py
|
||||
PIDFILE=/var/run/$NAME/$NAME.pid
|
||||
DAEMON_ARGS="-c /etc/logprocessor/jenkins-log-worker<%= suffix %>.yaml -d /var/log/logprocessor/log-worker<%= suffix %>-debug.log -p $PIDFILE"
|
||||
DAEMON_ARGS="-c /etc/logprocessor/jenkins-log-worker<%= @suffix %>.yaml -d /var/log/logprocessor/log-worker<%= @suffix %>-debug.log -p $PIDFILE"
|
||||
SCRIPTNAME=/etc/init.d/$NAME
|
||||
USER=logprocessor
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user