d5238ae8dd
- 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
11 lines
195 B
Desktop File
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
|