Update README and add systemd service file for PCIe device management
This commit is contained in:
parent
4029adc3ff
commit
723b3f4b5d
2 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
# phenix
|
# Phenix
|
||||||
|
|
||||||
Utility to restart PCIe devices when link is lost.
|
Utility to restart PCIe devices when link is lost.
|
10
phenix.service
Normal file
10
phenix.service
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Auto restart PCIe devices when link is lost
|
||||||
|
After=network.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/phenix
|
||||||
|
Restart=on-failure
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue