summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/common/recipes-phosphor/host
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-02-08 15:54:25 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-15 21:43:38 +0000
commit3c35a8c009ae5c2b093b0bbe28c48d82f345e58e (patch)
tree5f360962c0ad40a93d0c1c07e1f19cde4cc5aa4f /meta-phosphor/common/recipes-phosphor/host
parent977b7a12a09937f692e3218ef5b15cb32716f911 (diff)
downloadtalos-openbmc-3c35a8c009ae5c2b093b0bbe28c48d82f345e58e.tar.gz
talos-openbmc-3c35a8c009ae5c2b093b0bbe28c48d82f345e58e.zip
Change wants to requires for all critical services
In order for targets to fail when their services fail, the relationship must be a "requires" Change-Id: I1523dd51af8817b473557bac65e9e71eacecf52e Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/host')
-rw-r--r--meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb b/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb
index 2b5e8b1dc..fba82d8cc 100644
--- a/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb
+++ b/meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb
@@ -17,6 +17,6 @@ SYSTEMD_SERVICE_${PN} = "op-start-host@.service"
START_TMPL = "op-start-host@.service"
START_TGTFMT = "obmc-chassis-start@{1}.target"
START_INSTFMT = "obmc-start-host@{0}.service"
-START_FMT = "../${START_TMPL}:${START_TGTFMT}.wants/${START_INSTFMT}"
+START_FMT = "../${START_TMPL}:${START_TGTFMT}.requires/${START_INSTFMT}"
SYSTEMD_LINK_${PN} += "${@compose_list_zip(d, 'START_FMT', 'OBMC_HOST_INSTANCES', 'OBMC_CHASSIS_INSTANCES')}"
OpenPOWER on IntegriCloud