Andrew Geissler | 6a133ab | 2020-01-31 14:13:06 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=Stop instructions for host%i |
| 3 | Wants=obmc-host-stop-pre@%i.target |
Andrew Geissler | ec6a1b5 | 2020-10-29 14:18:56 -0500 | [diff] [blame^] | 4 | After=obmc-host-stop-pre@%i.target |
| 5 | Wants=obmc-host-stopping@%i.target |
| 6 | Before=obmc-host-stopping@%i.target |
Andrew Geissler | 6a133ab | 2020-01-31 14:13:06 -0600 | [diff] [blame] | 7 | After=op-occ-disable@%i.service |
Andrew Geissler | 6a133ab | 2020-01-31 14:13:06 -0600 | [diff] [blame] | 8 | Conflicts=obmc-host-startmin@%i.target |
| 9 | ConditionPathExists=/sys/class/fsi-master/fsi0/slave@00:00/cfam_id |
Andrew Geissler | f7f3f4a | 2020-10-12 10:19:22 -0500 | [diff] [blame] | 10 | ConditionPathExists=!/run/openbmc/mpreboot@%i |
Andrew Geissler | 6a133ab | 2020-01-31 14:13:06 -0600 | [diff] [blame] | 11 | |
| 12 | [Service] |
| 13 | RemainAfterExit=yes |
| 14 | Type=oneshot |
| 15 | # TODO - Replace with official istep stopinstructions once available |
| 16 | ExecStart=/usr/bin/pdbg -a stop |
Andrew Geissler | 6d95c45 | 2020-06-05 14:43:08 -0500 | [diff] [blame] | 17 | ExecStart=/bin/rm -f /run/openbmc/host@%i-on |
Andrew Geissler | 6a133ab | 2020-01-31 14:13:06 -0600 | [diff] [blame] | 18 | |
| 19 | [Install] |
| 20 | WantedBy=obmc-host-stop@%i.target |