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 |
Chirag Sharma | a257693 | 2020-12-05 23:17:41 -0600 | [diff] [blame] | 9 | Conflicts=obmc-chassis-poweron@%i.target |
| 10 | |
| 11 | [Service] |
| 12 | Type=oneshot |
| 13 | RemainAfterExit=no |
| 14 | ExecStart=/usr/bin/openpower-proc-control prePoweroff |
| 15 | |
| 16 | [Install] |
| 17 | WantedBy=obmc-power-stop-pre@%i.target |