summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/settings
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2016-12-15 13:16:57 -0600
committerPatrick Williams <patrick@stwcx.xyz>2016-12-16 21:11:45 +0000
commit9224355c9745dd07a0e090b7c9ec9bcd2f7d0587 (patch)
tree6b18c885dd926fde455c530b56598bac0eac963e /meta-phosphor/common/recipes-phosphor/settings
parentaac4adf831eebc74d97076e94125ebf5b6d5da48 (diff)
downloadtalos-openbmc-9224355c9745dd07a0e090b7c9ec9bcd2f7d0587.tar.gz
talos-openbmc-9224355c9745dd07a0e090b7c9ec9bcd2f7d0587.zip
Host Settings no longer depends on host control
The host settings service can now handle the host control object not being present, so no dependency is required. Change-Id: I860b848c9e49bfce51b78f9af6ca1d86bd86bd23 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/settings')
-rw-r--r--meta-phosphor/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service
index 50f41897b..d3480164f 100644
--- a/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service
+++ b/meta-phosphor/common/recipes-phosphor/settings/phosphor-settings/org.openbmc.settings.Host.service
@@ -1,8 +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
+Wants=obmc-mapper.target
+After=obmc-mapper.target
[Service]
ExecStart={sbindir}/settings_manager.py
OpenPOWER on IntegriCloud