Ensure host-check runs after ipmid

It has been found that multiple apps implement the
/xyz/openbmc_project/control/host0 object path. The
host-check service requires the one provided by the
xyz.openbmc_project.Control.Host service but the
mapper command line currently has no way to
differentiate this.

Specify explicitly the service required

Resolves openbmc/phosphor-state-manager#2

(From meta-phosphor rev: 2d02ee8049f9c6b893435df52817c6ba5dfe8577)

Change-Id: Iffb09e3125cf6614cb887d693a9b7812374f4e69
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service b/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service
index 6062320..075ac50 100644
--- a/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service
+++ b/meta-phosphor/recipes-phosphor/state/files/phosphor-reset-host-check@.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Check Host%i status on BMC reset
-Wants=mapper-wait@-xyz-openbmc_project-control-host%i.service
-After=mapper-wait@-xyz-openbmc_project-control-host%i.service
+Wants=phosphor-ipmi-host.service
+After=phosphor-ipmi-host.service
 Wants=obmc-host-reset-running@%i.target
 Before=obmc-host-reset-running@%i.target
 Wants=op-reset-chassis-on@%i.service