summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/system
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2016-11-15 12:55:59 -0600
committerPatrick Williams <patrick@stwcx.xyz>2016-11-15 13:30:36 -0600
commitb78c6def968a515c5b9f2d44f44c24b19134b6d5 (patch)
tree82ea5d2eec7f859ab050dbc1b7a21aecc33aebb0 /meta-phosphor/common/recipes-phosphor/system
parentdc65122dbae06ba713945b93960dac998251b746 (diff)
downloadtalos-openbmc-b78c6def968a515c5b9f2d44f44c24b19134b6d5.tar.gz
talos-openbmc-b78c6def968a515c5b9f2d44f44c24b19134b6d5.zip
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>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/system')
-rw-r--r--meta-phosphor/common/recipes-phosphor/system/obmc-mgr-state/obmc-mgr-state.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-state/obmc-mgr-state.service b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-state/obmc-mgr-state.service
index 2a07c2b28..681abb4b3 100644
--- a/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-state/obmc-mgr-state.service
+++ b/meta-phosphor/common/recipes-phosphor/system/obmc-mgr-state/obmc-mgr-state.service
@@ -2,6 +2,8 @@
Description=Restore Last State
Wants=obmc-mgr-state.target
After=obmc-mgr-state.target
+Wants=mapper-wait@-org-openbmc-settings-host0.service
+After=mapper-wait@-org-openbmc-settings-host0.service
[Service]
Restart=no
OpenPOWER on IntegriCloud