Chirag Sharma | a257693 | 2020-12-05 23:17:41 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Preparation to poweroff host%i |
| 3 | Wants=op-cfam-reset.service |
| 4 | Before=op-cfam-reset.service |
| 5 | Wants=obmc-power-stop-pre@%i.target |
| 6 | Before=obmc-power-stop-pre@%i.target |
Jayanth Othayoth | 87266c5 | 2020-12-11 12:45:55 -0600 | [diff] [blame] | 7 | Wants=obmc-host-stopped@%i.target |
| 8 | After=obmc-host-stopped@%i.target |
Adriana Kobylak | bbb5339 | 2022-02-14 21:15:48 +0000 | [diff] [blame] | 9 | After=openpower-update-bios-attr-table.service |
Chirag Sharma | a257693 | 2020-12-05 23:17:41 -0600 | [diff] [blame] | 10 | Conflicts=obmc-chassis-poweron@%i.target |
| 11 | |
| 12 | [Service] |
| 13 | Type=oneshot |
| 14 | RemainAfterExit=no |
| 15 | ExecStart=/usr/bin/openpower-proc-control prePoweroff |
| 16 | |
| 17 | [Install] |
Andrew Geissler | 933bee7 | 2023-05-09 11:10:38 -0500 | [diff] [blame^] | 18 | #WantedBy=obmc-power-stop-pre@%i.target |