xref: /openbmc/openpower-occ-control/service_files/op-occ-disable@.service (revision a49c987eebb63692bb60eed3c4cf0f2f359ba725)
1[Unit]
2Description=OpenPOWER OCC Active Disable
3Before=obmc-host-stop-pre@%i.target
4Before=op-enter-mpreboot@%i.service
5Before=op-stop-instructions@%i.service
6Conflicts=op-occ-enable@%i.service
7
8[Service]
9ExecStart=/usr/bin/occ-active.sh disable
10Type=oneshot
11
12[Install]
13WantedBy=obmc-host-stop@%i.target
14