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 <abraham.arce.moreno@intel.com>
This commit is contained in:
Abraham Arce 2019-05-21 08:26:48 -05:00
parent 30365dd34a
commit 430b2e9433
1 changed files with 9 additions and 0 deletions

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"}