From 430b2e943317de61407f24701d38f17e25dc9106 Mon Sep 17 00:00:00 2001 From: Abraham Arce Date: Tue, 21 May 2019 08:26:48 -0500 Subject: [PATCH] mtce-storage: Linux Standard Base Compliance Based in story board SUSE Spec Files for starling/metal [0] make compliant with Linux Standard Base and build in openSUSE Build Service infrastructure. [0] https://storyboard.openstack.org/#!/story/2005684 Story: 2005684 Task: 34441 Change-Id: Iaaf0dba5d4f9af626c2b20dcb5c5348b27b47cd2 Signed-off-by: Abraham Arce --- mtce-storage/src/scripts/goenabled | 9 +++++++++ 1 file changed, 9 insertions(+) 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"}