Jason M. Bills | d1e4060 | 2019-05-09 11:43:51 -0700 | [diff] [blame] | 1 | [Unit] |
2 | Description=Service to get PCIe info over PECI | ||||
3 | |||||
4 | [Service] | ||||
5 | Restart=always | ||||
6 | ExecStart=/usr/bin/peci-pcie | ||||
7 | Type=simple | ||||
Jason M. Bills | e7f45c5 | 2019-10-11 15:43:52 -0700 | [diff] [blame] | 8 | Nice=19 |
Jason M. Bills | d1e4060 | 2019-05-09 11:43:51 -0700 | [diff] [blame] | 9 | |
10 | [Install] | ||||
11 | WantedBy=multi-user.target |