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-enable@.service b/service_files/op-occ-enable@.service
new file mode 100644
index 0000000..5431101
--- /dev/null
+++ b/service_files/op-occ-enable@.service
@@ -0,0 +1,16 @@
+[Unit]
+Description=OpenPOWER OCC Active Enable for host %I
+Conflicts=obmc-host-stop@%i.target
+Conflicts=op-occ-disable@%i.service
+Wants=org.open_power.OCC.Control.service
+After=org.open_power.OCC.Control.service
+Wants=fsi-scan@%i.service
+After=fsi-scan@%i.service
+ConditionPathExists=/run/openbmc/host@%i-on
+
+[Service]
+ExecStart=/usr/bin/occ-active.sh enable
+Type=oneshot
+
+[Install]
+WantedBy=obmc-host-start@%i.target