| Matthew Barth | 0a0ef78 | 2019-12-20 14:36:09 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Power Regulators Enable Monitoring | ||||
| 3 | Wants=obmc-power-on@0.target | ||||
| 4 | After=obmc-power-on@0.target | ||||
| 5 | Conflicts=obmc-chassis-poweroff@0.target | ||||
| 6 | |||||
| 7 | [Service] | ||||
| 8 | RemainAfterExit=yes | ||||
| 9 | ExecStart=/usr/bin/regsctl monitor --enable | ||||
| 10 | |||||
| 11 | [Install] | ||||
| 12 | WantedBy=obmc-chassis-poweron@0.target | ||||