* PCIe Monitor service * Add rescan to pcie-mon.service when it fails to get all pcie devices * space * Clean up * review comments * update the pcie status in state db * update the failed pcie status once at the end * Update the pcie_status in STATE_DB and rename the service * Add log to exit the service if the configuration file doesn't exist. * fix the build failure * Redo the pcie rescan for pcie-check failed case. * review comments * review comments * review comments
8 lines
140 B
Desktop File
8 lines
140 B
Desktop File
[Unit]
|
|
Description=Check the PCIe device presence and status
|
|
After=rc.local.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/pcie-check.sh
|