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