From b329e7a8edb08ff31d10ec9f88aeeee6eaf5f2f8 Mon Sep 17 00:00:00 2001 From: Kumar Thangavel Date: Fri, 16 Sep 2022 22:03:42 +0530 Subject: 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 Change-Id: Ibb9300e440741fa71b2a6693ba2904d641156965 --- .../recipes-phosphor/ipmi/phosphor-ipmi-host/phosphor-ipmi-host.service | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3