Skip to content

Commit c646257

Browse files
authored
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
1 parent 8e44b9e commit c646257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/image_config/pcie-check/pcie-check.service

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Unit]
22
Description=Check the PCIe device presence and status
3-
After=rc.local.service database.service
3+
After=rc.local.service database.service config-setup.service
44

55
[Service]
66
Type=simple

0 commit comments

Comments
 (0)