Chris Cain | 7bd6d14 | 2023-01-11 13:41:09 -0600 | [diff] [blame] | 1 | [Unit] |
2 | Description=OpenPOWER OCC Active Disable | ||||
3 | Before=obmc-host-stop-pre@%i.target | ||||
4 | Before=op-enter-mpreboot@%i.service | ||||
5 | Before=op-stop-instructions@%i.service | ||||
6 | Conflicts=op-occ-enable@%i.service | ||||
7 | |||||
8 | [Service] | ||||
9 | ExecStart=/usr/bin/occ-active.sh disable | ||||
10 | Type=oneshot | ||||
11 | |||||
12 | [Install] | ||||
13 | WantedBy=obmc-host-stop@%i.target |