Andrew Geissler | a007668 | 2020-02-05 13:14:53 -0600 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=CFAM reset |
| 3 | Wants=obmc-host-stopped@0.target |
| 4 | After=obmc-host-stopped@0.target |
| 5 | After=op-occ-disable@0.service |
| 6 | Before=obmc-host-startmin@0.target |
| 7 | Conflicts=obmc-host-startmin@0.target |
Dhruvaraj Subhashchandran | b09c1fb | 2020-03-09 00:45:26 -0500 | [diff] [blame^] | 8 | ConditionPathExists=!/run/openbmc/mpreboot@0 |
Andrew Geissler | a007668 | 2020-02-05 13:14:53 -0600 | [diff] [blame] | 9 | |
| 10 | [Service] |
| 11 | RemainAfterExit=yes |
| 12 | Type=oneshot |
| 13 | ExecStart=/usr/bin/openpower-proc-control cfamReset |
| 14 | |
| 15 | [Install] |
| 16 | # Will be installed in appropriate warm reboot targets via bb files |