commit | d1f33e3b37350862779a38f380809cc8e576763d | [log] [tgz] |
---|---|---|
author | PKLee-Quanta <p.k.lee@quantatw.com> | Tue Dec 18 16:16:49 2018 +0800 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jan 10 18:23:50 2019 +0000 |
tree | 654bfe1cf56a2c2ed4ca8dd71601cc60e7ccde74 | |
parent | 74dc8707bbfccd2f0d65e5662de6581ca4fa7dd4 [diff] |
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. Change-Id: I5524b67a34ba456122726c033730c28d2b8b0d85 Signed-off-by: PKLee-Quanta <p.k.lee@quantatw.com>
diff --git a/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service b/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service index 1f0da75..0c108fb 100644 --- a/recipes-phosphor/ipmi/phosphor-ipmi-kcs/org.openbmc.HostIpmi.service +++ b/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