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:
Sujin Kang 2021-05-18 14:19:02 -07:00 committed by GitHub
parent 8e44b9e38e
commit c6462577a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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