summaryrefslogtreecommitdiffstats
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2019-04-08 16:51:30 +0930
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-04-15 23:00:48 -0400
commit331ddf251ce94e6d14f354b44565545bb95c1ed7 (patch)
tree033e260325910eaa3a31df85137656115b5ee4f3 /meta-phosphor
parentd95f139c007f21d5d8395d0bd7a6e0bab0fd6124 (diff)
downloadtalos-openbmc-331ddf251ce94e6d14f354b44565545bb95c1ed7.tar.gz
talos-openbmc-331ddf251ce94e6d14f354b44565545bb95c1ed7.zip
mboxd: Depend on xyz.openbmc_project.Control.Host
This is one of the bus names claimed by ipmid, and according to bea22141ca95 ("Ensure ipmid doesn't start until on dbus") it's the last to be claimed. Depend on this to ensure our required IPMI services are available. I've observed a reasonably reliable difference in behaviour between depending on the canonical service (phosphor-ipmi-host.service) vs the alias (xyz.openbmc_project.Control.Host.service) in that setAttention()s from mboxd state changes were propagated as expected in the latter case but not in the former. (From meta-phosphor rev: 3b0c37e3e0bf2a6f6e9cca7f4f1e49f4c79cc1e1) Change-Id: Ibcda190e28aa169923f80f48ab98a2a2bd890e4a Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service b/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service
index b13f72c05..abc97e522 100644
--- a/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service
+++ b/meta-phosphor/recipes-phosphor/mboxd/mboxd/mboxd.service
@@ -4,8 +4,8 @@ BindsTo=dev-aspeed\x2dlpc\x2dctrl.device
After=dev-aspeed\x2dlpc\x2dctrl.device
BindsTo=dev-aspeed\x2dmbox.device
After=dev-aspeed\x2dmbox.device
-Requires=phosphor-ipmi-host.service
-After=phosphor-ipmi-host.service
+Requires=xyz.openbmc_project.Control.Host.service
+After=xyz.openbmc_project.Control.Host.service
[Service]
Restart=always
OpenPOWER on IntegriCloud