Andrew Geissler | 3292c06 | 2021-06-23 21:11:10 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Clear host running status register |
| 3 | Wants=obmc-host-stop-pre@0.target |
| 4 | Before=obmc-host-stop-pre@0.target |
Adriana Kobylak | bbb5339 | 2022-02-14 21:15:48 +0000 | [diff] [blame] | 5 | After=openpower-update-bios-attr-table.service |
Andrew Geissler | 3292c06 | 2021-06-23 21:11:10 -0500 | [diff] [blame] | 6 | Conflicts=obmc-host-startmin@0.target |
| 7 | |
| 8 | [Service] |
| 9 | RemainAfterExit=yes |
| 10 | Type=oneshot |
| 11 | ExecStart=/usr/bin/openpower-proc-control clearHostRunning |
| 12 | |
| 13 | [Install] |
Andrew Geissler | 933bee7 | 2023-05-09 11:10:38 -0500 | [diff] [blame] | 14 | #WantedBy=obmc-host-stop@0.target |