Fix multiple workers for systemd

systemd evaluated the "# Provides:" comment, need unique keys there.

Change-Id: I1ac6032edf9e14d45bc922221c4e7dd2c221fe11
This commit is contained in:
Jens Harbott 2017-12-11 17:36:22 +00:00 committed by Clark Boylan
parent b87b76f27c
commit c646602e20
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#! /bin/sh
### BEGIN INIT INFO
# Provides: jenkins-log-worker
# Provides: jenkins-log-worker<%= @suffix %>
# Required-Start: $remote_fs $syslog $named $network
# Required-Stop: $remote_fs $syslog $named $network
# Default-Start: 2 3 4 5