From 3c35a8c009ae5c2b093b0bbe28c48d82f345e58e Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Wed, 8 Feb 2017 15:54:25 -0600 Subject: 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 --- meta-phosphor/common/recipes-phosphor/host/obmc-op-control-host.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-phosphor/common/recipes-phosphor/host') 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')}" -- cgit v1.2.1