Merge "cgcs-patch: Add LSB headers to initscripts"

This commit is contained in:
Zuul 2019-06-20 15:26:01 +00:00 committed by Gerrit Code Review
commit b655dcc9c9
2 changed files with 22 additions and 2 deletions

View File

@ -4,10 +4,20 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# CGCS Patching Controller setup # StarlingX Patching Controller setup
# chkconfig: 345 20 24 # chkconfig: 345 20 24
# description: CGCS Patching Controller init script # description: CGCS Patching Controller init script
### BEGIN INIT INFO
# Provides: sw-patch-controller
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Short-Description: sw-patch-controller
# Description: Provides the StarlingX Patch Controller Daemon
### END INIT INFO
. /usr/bin/tsconfig . /usr/bin/tsconfig
NAME=$(basename $0) NAME=$(basename $0)

View File

@ -4,10 +4,20 @@
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
# CGCS Patching # StarlingX Patching
# chkconfig: 345 20 23 # chkconfig: 345 20 23
# description: CGCS Patching init script # description: CGCS Patching init script
### BEGIN INIT INFO
# Provides: sw-patch
# Required-Start: $syslog
# Required-Stop: $syslog
# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Short-Description: sw-patch
# Description: Provides the StarlingX Patching
### END INIT INFO
NAME=$(basename $0) NAME=$(basename $0)
. /usr/bin/tsconfig . /usr/bin/tsconfig