Update README and add systemd service file for PCIe device management

This commit is contained in:
Edgar P. Burkhart 2025-05-13 21:41:22 +02:00
parent 4029adc3ff
commit 723b3f4b5d
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,3 @@
# phenix
# Phenix
Utility to restart PCIe devices when link is lost.

10
phenix.service Normal file
View 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