recipes-phosphor: fix an issue where ipmid could not be started

The org.openbmc.HostIpmi.service is necessary for phosphor-ipmi-host.service,
but phosphor-ipmi-host.service is started before org.openbmc.HostIpmi.service in KCS,
causing impid failed to start.

(From meta-phosphor rev: d1f33e3b37350862779a38f380809cc8e576763d)

Change-Id: I04a1ec8e5d0dd1a16a868b3caed55cd9fde96269
Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service
index 1f0da75..0c108fb 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service
@@ -1,6 +1,5 @@
 [Unit]
 Description=Phosphor IPMI KCS DBus Bridge
-After=phosphor-ipmi-host.service
 
 [Service]
 Restart=always