Merge "mtce-storage: Linux Standard Base Compliance"

This commit is contained in:
Zuul 2019-07-29 15:18:58 +00:00 committed by Gerrit Code Review
commit d8f2412429

View File

@ -5,6 +5,15 @@
# SPDX-License-Identifier: Apache-2.0
#
### BEGIN INIT INFO
# Provides: goenabled
# Required-Start:
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Short-Description: Maintenance Storage "Go Enable" script.
### END INIT INFO
GOENABLED_PATH=${GOENABLED_PATH:-"/etc/goenabled.d"}
GOENABLED_FILE=${GOENABLED_FILE:-"/var/run/.goenabled_storage"}
GOENABLED_TAG=${GOENABLED_TAG:-"GOENABLED"}