service-deps: add missing host state dependencies

The host state manager code makes d-bus calls to both the settings and
dump manager services. The code does not handle these services not being
available in a graceful manner (a project for another day) so for now,
ensure these services are defined as needed.

Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Change-Id: Ide188832dc0e3c71f90d338ac0a06bd2e10c3f19
diff --git a/service_files/xyz.openbmc_project.State.Host@.service b/service_files/xyz.openbmc_project.State.Host@.service
index 922c39c..3ec9a4f 100644
--- a/service_files/xyz.openbmc_project.State.Host@.service
+++ b/service_files/xyz.openbmc_project.State.Host@.service
@@ -9,6 +9,10 @@
 After=phosphor-ipmi-host.service
 After=pldmd.service
 Before=obmc-host-reset@%i.target
+Wants=xyz.openbmc_project.Settings.service
+After=xyz.openbmc_project.Settings.service
+Wants=xyz.openbmc_project.Dump.Manager.service
+After=xyz.openbmc_project.Dump.Manager.service
 
 [Service]
 ExecStart=/usr/bin/phosphor-host-state-manager --host %i