diff --git a/mtce-storage/src/scripts/goenabled b/mtce-storage/src/scripts/goenabled index e8b7f94c..954d945c 100644 --- a/mtce-storage/src/scripts/goenabled +++ b/mtce-storage/src/scripts/goenabled @@ -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"}