summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-09-11 00:31:41 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-09-11 11:35:32 +0000
commitda0275c53e456caf28bcc9f758f2c93121bcfb23 (patch)
tree6dee37ca169035b5d3b4615ad9a6aa7976f430e5
parentb6bbace2c490e98d000c09aac1e51c9f9467ee8f (diff)
downloadtalos-openbmc-da0275c53e456caf28bcc9f758f2c93121bcfb23.tar.gz
talos-openbmc-da0275c53e456caf28bcc9f758f2c93121bcfb23.zip
ipmi services: react to changes in pathnames
React to settings objects' path changes. Resolves openbmc/openbmc#2280. Change-Id: I9dbc11abf2346e21eb53d8e6de50ca3cc33b7ab6 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service8
-rw-r--r--meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service8
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
index 0cccfcd58..a70b272d0 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
@@ -1,10 +1,10 @@
[Unit]
Description=Phosphor Inband IPMI
# TODO openbmc/openbmc#2059 - The wants/after below should be based on providers
-Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot_mode.service
-After=mapper-wait@-xyz-openbmc_project-control-host0-boot_mode.service
-Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot_source.service
-After=mapper-wait@-xyz-openbmc_project-control-host0-boot_source.service
+Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot.service
+After=mapper-wait@-xyz-openbmc_project-control-host0-boot.service
+Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot-one_time.service
+After=mapper-wait@-xyz-openbmc_project-control-host0-boot-one_time.service
Wants=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
After=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
Wants=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service
diff --git a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service
index 3d346c561..b1f51dc65 100644
--- a/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service
+++ b/meta-phosphor/common/recipes-phosphor/ipmi/phosphor-ipmi-net/phosphor-ipmi-net.service
@@ -1,10 +1,10 @@
[Unit]
Description=Network IPMI daemon
# TODO openbmc/openbmc#2059 - The wants/after below should be based on providers
-Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot_mode.service
-After=mapper-wait@-xyz-openbmc_project-control-host0-boot_mode.service
-Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot_source.service
-After=mapper-wait@-xyz-openbmc_project-control-host0-boot_source.service
+Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot.service
+After=mapper-wait@-xyz-openbmc_project-control-host0-boot.service
+Wants=mapper-wait@-xyz-openbmc_project-control-host0-boot-one_time.service
+After=mapper-wait@-xyz-openbmc_project-control-host0-boot-one_time.service
Wants=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
After=mapper-wait@-xyz-openbmc_project-control-host0-power_restore_policy.service
Wants=mapper-wait@-xyz-openbmc_project-control-host0-restriction_mode.service
OpenPOWER on IntegriCloud