host-check: remove wants on ipmid

With the introduction of multiple services potentially providing
the xyz.openbmc_project.Condition.HostFirmware interface, this service
should no longer assume the starting of any service.

If the ipmi service is present and started as a part of the
multi-user.target then the After clause will ensure this service still
runs after it.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ic35ae716d82596a747c590010187eb4a09859998
diff --git a/service_files/phosphor-reset-host-check@.service b/service_files/phosphor-reset-host-check@.service
index 0d98974..ec3b6bd 100644
--- a/service_files/phosphor-reset-host-check@.service
+++ b/service_files/phosphor-reset-host-check@.service
@@ -1,6 +1,5 @@
 [Unit]
 Description=Check Host%i status on BMC reset
-Wants=phosphor-ipmi-host.service
 After=phosphor-ipmi-host.service
 Wants=obmc-host-reset-running@%i.target
 Before=obmc-host-reset-running@%i.target