summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Thangavel <thangavel.k@hcl.com>2022-09-16 19:33:42 +0300
committerPatrick Williams <patrick@stwcx.xyz>2022-10-18 01:46:53 +0300
commitb329e7a8edb08ff31d10ec9f88aeeee6eaf5f2f8 (patch)
tree8fe89f48f30780a12e803fc65e58859c9b1ed01e
parent305902e3c04e25ba769f3b682bf1dc39266e9447 (diff)
downloadopenbmc-b329e7a8edb08ff31d10ec9f88aeeee6eaf5f2f8.tar.xz
Add Settings daemon service as a dependent service.
Added xyz.openbmc_project.Settings.service as a depedent service for ipmid daemon and service to ensure restrictionMode is created or not. TESTED : Built Facebook YosemiteV2 images and loaded on the target hardware. Verified dependent service added and restriction mode enabled. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ibb9300e440741fa71b2a6693ba2904d641156965
-rw-r--r--meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
index aede5c9495..cda66f4248 100644
--- a/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
+++ b/meta-phosphor/recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service
@@ -1,6 +1,8 @@
[Unit]
Description=Phosphor Inband IPMI
Wants=clear-once.service
+Wants=xyz.openbmc_project.Settings.service
+After=xyz.openbmc_project.Settings.service
After=clear-once.service
After=org.openbmc.HostIpmi.service