Andrew Geissler | 4cd9d0a | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 1 | [Unit] |
| 2 | Description=OpenPOWER OCC Active Disable |
| 3 | Before=obmc-host-stop-pre@%i.target |
Chris Cain | 0a1a253 | 2022-02-03 12:49:28 -0600 | [diff] [blame] | 4 | Before=op-enter-mpreboot@%i.service |
Andrew Geissler | b06a346 | 2022-06-02 13:58:27 -0400 | [diff] [blame] | 5 | Before=op-stop-instructions@%i.service |
Vishwanatha Subbanna | 79bc0a4 | 2017-08-22 21:34:43 +0530 | [diff] [blame] | 6 | Conflicts=op-occ-enable@%i.service |
Andrew Geissler | 4cd9d0a | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 7 | |
| 8 | [Service] |
Matt Spinler | 707c38c | 2022-04-07 16:23:47 -0500 | [diff] [blame] | 9 | ExecStart=/usr/bin/occ-active.sh disable |
Andrew Geissler | 4cd9d0a | 2017-08-15 14:04:51 -0500 | [diff] [blame] | 10 | Type=oneshot |
| 11 | |
| 12 | [Install] |
| 13 | WantedBy=obmc-host-stop@%i.target |