Fix up storage_config script for rpmlint failures

rpmlint reports the following errors:
[    5s] E: File storage_config is missing Required-Start, please add even if empty!
[    5s] W: File storage_config is missing Required-Stop, please add even if empty!
[    5s] ERROR: found one or more broken init or boot scripts, please fix them.
[    5s]        For more information about LSB headers please read the manual
[    5s]        page of of insserv by executing the command man 8 insserv.

Story: 2006564
Task: 36662
Change-Id: Iae36bd373b513af72e5d7e736adf68a5a80a7011
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Saul Wold 2019-09-17 11:33:36 -07:00
parent 960947c23f
commit f321224070
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
### BEGIN INIT INFO
# Provides: storage_config
# Short-Description: Storage node config agent
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
### END INIT INFO