summaryrefslogtreecommitdiff
path: root/meta-phosphor/common/recipes-phosphor/chassis
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2017-02-27 20:38:35 +0300
committerPatrick Williams <patrick@stwcx.xyz>2017-03-01 19:08:47 +0300
commitd7a66d4fc76939b88864aa946cc0f8dc12864a7a (patch)
tree3322ff83c5d711d169924e1e712b9e84b4dc2b13 /meta-phosphor/common/recipes-phosphor/chassis
parent69ad48df75aea9dcbff3195cbf6690c249362e85 (diff)
downloadopenbmc-d7a66d4fc76939b88864aa946cc0f8dc12864a7a.tar.xz
Ensure FSI scan runs before services that use FSI
The FSI scan must be done before start_host and vcs_workaround run in order for them to work propertly. Change-Id: I1305a65763ba35721d5655f1f3e6c2d8af5fdc71 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Diffstat (limited to 'meta-phosphor/common/recipes-phosphor/chassis')
-rw-r--r--meta-phosphor/common/recipes-phosphor/chassis/obmc-fsi-scan/fsi-scan@.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-phosphor/common/recipes-phosphor/chassis/obmc-fsi-scan/fsi-scan@.service b/meta-phosphor/common/recipes-phosphor/chassis/obmc-fsi-scan/fsi-scan@.service
index ac37004f37..8f94e28ab3 100644
--- a/meta-phosphor/common/recipes-phosphor/chassis/obmc-fsi-scan/fsi-scan@.service
+++ b/meta-phosphor/common/recipes-phosphor/chassis/obmc-fsi-scan/fsi-scan@.service
@@ -2,6 +2,8 @@
Description=Scan FSI devices
Wants=obmc-power-on@%i.target
After=obmc-power-on@%i.target
+Wants=obmc-host-start-pre@%i.target
+Before=obmc-host-start-pre@%i.target
Conflicts=obmc-power-chassis-off@%i.target
[Service]