host-check: check host state on startup of host manager

See this commit for more info on function and testing:
 https://github.com/openbmc/phosphor-state-manager/commit/0d1c3f1f9329c853677f0581287afef83eeea0f0

phosphor-state-manager: srcrev bump 65bfcf5792..0d1c3f1f93

Andrew Geissler (1):
      host-check: discover host state within state manager

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: I04129b1838118efceb1d073539d01d6e1af99eec
diff --git a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
index acc96e1..b110fe1 100644
--- a/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
+++ b/meta-phosphor/recipes-phosphor/state/phosphor-state-manager_git.bb
@@ -82,7 +82,6 @@
 SYSTEMD_SERVICE_${PN}-discover += "phosphor-discover-system-state@.service"
 
 FILES_${PN}-host-check = "${bindir}/phosphor-host-check"
-SYSTEMD_SERVICE_${PN}-host-check += "phosphor-reset-host-check@.service"
 SYSTEMD_SERVICE_${PN}-host-check += "phosphor-reset-host-running@.service"
 
 SYSTEMD_SERVICE_${PN}-reset-sensor-states += "phosphor-reset-sensor-states@.service"
@@ -183,6 +182,6 @@
 SYSTEMD_LINK_${PN}-obmc-targets += "${@compose_list(d, 'QUIESCE_FMT', 'HOST_ERROR_TARGETS', 'OBMC_HOST_INSTANCES')}"
 
 SRC_URI += "git://github.com/openbmc/phosphor-state-manager"
-SRCREV = "65bfcf57920d6fac62dbc9dd4a4fabdfe0c53228"
+SRCREV = "0d1c3f1f9329c853677f0581287afef83eeea0f0"
 
 S = "${WORKDIR}/git"