phosphor-settingsd: add systemd depends

settingsd now does queries for specific objects, so we need those
objects to be populated.  Add 'Before' and 'Wants' directives for
the /org/openbmc/control/Host0 object.

Additional fixes for openbmc/openbmc#806.

Change-Id: Icd3c40180a84cea58da9a43f0449c066c632c8f0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service b/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service
index 386e906..50f4189 100644
--- a/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service
+++ b/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service
@@ -1,6 +1,8 @@
 [Unit]
 Description=Phosphor Settings Manager
 Before=mapper-wait@-org-openbmc-settings-host0.service
+Wants=mapper-wait@-org-openbmc-control-host0.service
+After=mapper-wait@-org-openbmc-control-host0.service
 
 [Service]
 ExecStart={sbindir}/settings_manager.py