Merge "Add to worker_config and worker_services keywords to be LSB compliant"

This commit is contained in:
Zuul 2019-06-17 13:19:46 +00:00 committed by Gerrit Code Review
commit ed2d005df2
2 changed files with 15 additions and 4 deletions

View File

@ -10,10 +10,12 @@
#
### BEGIN INIT INFO
# Provides: worker_config
# Short-Description: Worker node config agent
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Provides: worker_config
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Worker node config agent
### END INIT INFO
. /usr/bin/tsconfig

View File

@ -22,6 +22,15 @@
# This script logs to /var/log/platform.log
#
### BEGIN INIT INFO
# Provides: worker_services
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Worker node services agent
### END INIT INFO
. /usr/bin/tsconfig
. /etc/platform/platform.conf