commit | a95b7bdb180eb2d34b8e4d7ed1765ba5235b5567 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Mon Jan 30 12:42:40 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 01 19:45:17 2017 +0000 |
tree | fb6e4f1196c7f0dccb8de145d0695222dd304b7c | |
parent | 2e5b475b0cd69dfe4258665bebbd27cdde7c36bd [diff] [blame] |
Move VCS workarounds into new obmc-power-chassis targets Change-Id: I12e71adf8d2635360087a0781354391121af3d7b Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
diff --git a/meta-witherspoon/recipes-phosphor/chassis/vcs-pre-post/vcs_off@.service b/meta-witherspoon/recipes-phosphor/chassis/vcs-pre-post/vcs_off@.service index 99b4508..f929afb 100644 --- a/meta-witherspoon/recipes-phosphor/chassis/vcs-pre-post/vcs_off@.service +++ b/meta-witherspoon/recipes-phosphor/chassis/vcs-pre-post/vcs_off@.service
@@ -2,7 +2,7 @@ Description=Disable VCS before Witherspoon power on Wants=obmc-power-start-pre@%i.target Before=obmc-power-start-pre@%i.target -Conflicts=obmc-chassis-stop@%i.target +Conflicts=obmc-power-chassis-off@%i.target [Service] ExecStart={bindir}/vcs_off.sh @@ -10,4 +10,4 @@ RemainAfterExit=yes [Install] -WantedBy=obmc-chassis-start@%i.target +WantedBy=obmc-power-chassis-on@%i.target