From 0da38fbb99a524c7feec0d2089c4e0895fd58974 Mon Sep 17 00:00:00 2001 From: PKLee-Quanta Date: Tue, 18 Dec 2018 16:16:49 +0800 Subject: 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 Signed-off-by: Brad Bishop --- .../recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-phosphor') 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 1f0da7533..0c108fbee 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 -- cgit v1.2.3