From af236944a767986579395001ccc0953dafeff7dc Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Thu, 12 Aug 2021 10:32:41 -0400 Subject: op-power-start: ensure runs after pre power on target If no one else has started this synchronization target before this service starts then it will run without waiting since there is no Wants clause. Add the Wants clause to ensure proper synchronization occurs. Signed-off-by: Andrew Geissler Change-Id: I5db6a5800d5456efd97d0f8c2eabd9113d725370 --- .../chassis/obmc-op-control-power/op-power-start@.service | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/op-power-start@.service') diff --git a/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/op-power-start@.service b/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/op-power-start@.service index c1de92f3b..82b793866 100644 --- a/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/op-power-start@.service +++ b/meta-phosphor/recipes-phosphor/chassis/obmc-op-control-power/op-power-start@.service @@ -2,6 +2,7 @@ Description=Start Power%i Wants=obmc-power-start@%i.target Before=obmc-power-start@%i.target +Wants=obmc-power-start-pre@%i.target After=obmc-power-start-pre@%i.target After=obmc-fan-control.target Wants=mapper-wait@-org-openbmc-control-power%i.service -- cgit v1.2.3