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

Change-Id: I0f6c78e7f5360f669bcb4cea37251ce8da6c870e
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/recipes-phosphor/state/files/phosphor-reset-host-check@.service b/recipes-phosphor/state/files/phosphor-reset-host-check@.service
index 6062320..075ac50 100644
--- a/recipes-phosphor/state/files/phosphor-reset-host-check@.service
+++ b/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