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/org.open_power.OCC.Control.service b/service_files/org.open_power.OCC.Control.service
new file mode 100644
index 0000000..d371d6a
--- /dev/null
+++ b/service_files/org.open_power.OCC.Control.service
@@ -0,0 +1,19 @@
+[Unit]
+Description=OpenPOWER OCC controller
+Wants=mapper-wait@-xyz-openbmc_project-inventory.service
+After=mapper-wait@-xyz-openbmc_project-inventory.service
+Wants=obmc-host-reset-running@0.target
+After=obmc-host-reset-running@0.target
+Wants=xyz.openbmc_project.Logging.service
+After=xyz.openbmc_project.Logging.service
+Wants=xyz.openbmc_project.PLDM
+After=xyz.openbmc_project.PLDM
+
+[Service]
+ExecStart=/usr/bin/openpower-occ-control
+Restart=always
+Type=dbus
+BusName={BUSNAME}
+
+[Install]
+WantedBy=multi-user.target