sonic-buildimage/files/image_config/pcie-check/pcie-check.service
Sujin Kang d5238ae8dd
[pcie.yaml] Move pcie configuration file path to platform directory (#6475)
- Why I did it
The pcie configuration file location is under plugin directory not under platform directory.
#6437

- How I did it

Move all pcie.yaml configuration file from plugin to platform directory.
Remove unnecessary timer to start pcie-check.service
Move pcie-check.service to sonic-host-services
- How to verify it
Verify on the device
2021-02-21 08:27:37 -08:00

11 lines
195 B
Desktop File

[Unit]
Description=Check the PCIe device presence and status
After=rc.local.service database.service
[Service]
Type=simple
ExecStart=/usr/bin/pcie-check.sh
[Install]
WantedBy=multi-user.target