Add storageconfig.service file
This service file is required by CentOs to build the storageconfig package. Test Plan: PASS: build storageconfig package Closes-bug: 1992803 Signed-off-by: Hediberto Cavalcante da Silva <hediberto.cavalcantedasilva@windriver.com> Change-Id: If1e4bd0050d8c971f98ec297971484a922644b34
This commit is contained in:
parent
56498d9db7
commit
8dc78a52c1
18
storageconfig/storageconfig/storageconfig.service
Normal file
18
storageconfig/storageconfig/storageconfig.service
Normal file
@ -0,0 +1,18 @@
|
||||
[Unit]
|
||||
Description=storageconfig service
|
||||
After=syslog.target network.target remote-fs.target sw-patch.service
|
||||
After=opt-platform.service sysinv-agent.service
|
||||
After=network-online.target
|
||||
Before=config.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/etc/init.d/storage_config start
|
||||
ExecStop=
|
||||
ExecReload=
|
||||
StandardOutput=syslog+console
|
||||
StandardError=syslog+console
|
||||
RemainAfterExit=yes
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user