Matthew Barth | 0a0ef78 | 2019-12-20 14:36:09 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Phosphor Power Regulators Enable Monitoring |
Zev Weiss | d130729 | 2022-04-19 17:13:28 -0700 | [diff] [blame] | 3 | Requires=phosphor-regulators.service |
| 4 | After=phosphor-regulators.service |
Matthew Barth | 0a0ef78 | 2019-12-20 14:36:09 -0600 | [diff] [blame] | 5 | Wants=obmc-power-on@0.target |
| 6 | After=obmc-power-on@0.target |
| 7 | Conflicts=obmc-chassis-poweroff@0.target |
| 8 | |
| 9 | [Service] |
Shawn McCarney | dc777fa | 2022-05-06 12:26:37 -0500 | [diff] [blame] | 10 | Type=oneshot |
Matthew Barth | 0a0ef78 | 2019-12-20 14:36:09 -0600 | [diff] [blame] | 11 | RemainAfterExit=yes |
| 12 | ExecStart=/usr/bin/regsctl monitor --enable |
| 13 | |
| 14 | [Install] |
Andrew Geissler | 8c90f31 | 2023-05-09 14:04:15 -0500 | [diff] [blame] | 15 | #WantedBy=obmc-chassis-poweron@0.target |