Andrew Geissler | 8e73da0 | 2021-06-23 15:43:21 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Check Host%i status on BMC reset via CFAM reg |
Andrew Geissler | 971b36d | 2021-09-01 17:00:49 -0500 | [diff] [blame] | 3 | Wants=mapper-wait@-xyz-openbmc_project-state-host%i.service |
| 4 | After=mapper-wait@-xyz-openbmc_project-state-host%i.service |
Andrew Geissler | ad1cfa5 | 2021-09-02 09:21:39 -0500 | [diff] [blame] | 5 | Wants=mapper-wait@-xyz-openbmc_project-logging.service |
| 6 | After=mapper-wait@-xyz-openbmc_project-logging.service |
Andrew Geissler | 8e73da0 | 2021-06-23 15:43:21 -0500 | [diff] [blame] | 7 | Wants=obmc-host-reset-running@%i.target |
| 8 | Before=obmc-host-reset-running@%i.target |
Andrew Geissler | ec41db0 | 2023-01-26 14:43:45 -0700 | [diff] [blame] | 9 | Wants=phosphor-reset-chassis-on@%i.service |
| 10 | After=phosphor-reset-chassis-on@%i.service |
Adriana Kobylak | bbb5339 | 2022-02-14 21:15:48 +0000 | [diff] [blame] | 11 | After=openpower-update-bios-attr-table.service |
Andrew Geissler | 8e73da0 | 2021-06-23 15:43:21 -0500 | [diff] [blame] | 12 | Conflicts=obmc-host-stop@%i.target |
| 13 | ConditionPathExists=/run/openbmc/chassis@%i-on |
| 14 | ConditionPathExists=!/run/openbmc/host@%i-on |
| 15 | |
| 16 | [Service] |
| 17 | RemainAfterExit=yes |
| 18 | Type=oneshot |
| 19 | ExecStart=/usr/bin/openpower-proc-control checkHostRunning |
| 20 | |
| 21 | [Install] |
Andrew Geissler | 933bee7 | 2023-05-09 11:10:38 -0500 | [diff] [blame] | 22 | #WantedBy=obmc-host-reset@%i.target |