Move the service files to the occ-control repo

To align with the OpenBMC direction, the OCC service files are being
moved into the owning repo, instead of in the meta-openpower directories
in openbmc.

Change-Id: Icef03a173249dd559f7ae41a8026b11656004d53
Signed-off-by: Chris Cain <cjcain@us.ibm.com>
diff --git a/service_files/op-occ-disable@.service b/service_files/op-occ-disable@.service
new file mode 100644
index 0000000..dfa3935
--- /dev/null
+++ b/service_files/op-occ-disable@.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=OpenPOWER OCC Active Disable
+Before=obmc-host-stop-pre@%i.target
+Before=op-enter-mpreboot@%i.service
+Before=op-stop-instructions@%i.service
+Conflicts=op-occ-enable@%i.service
+
+[Service]
+ExecStart=/usr/bin/occ-active.sh disable
+Type=oneshot
+
+[Install]
+WantedBy=obmc-host-stop@%i.target