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>
diff --git a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service b/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
index 0cccfcd..a70b272 100644
--- a/common/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
+++ b/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