add config-setup.service as dependency for pcie-check.service (#7599)
Why I did it start pcie-check.service after config-setup.service since pcie_util depends on device_info which is available with config db metadata. How I did it Add config-setup.service as a dependency of pcie-check.service How to verify it Upon reboot, check if the pcie-check.sh throws the platform api error which is dependent on DEVICE_METADATA
This commit is contained in:
parent
8e44b9e38e
commit
c6462577a9
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Check the PCIe device presence and status
|
||||
After=rc.local.service database.service
|
||||
After=rc.local.service database.service config-setup.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
Loading…
Reference in New Issue
Block a user