diff options
author | Brandon Wyman <bjwyman@gmail.com> | 2017-06-12 14:37:27 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-06-13 13:06:20 +0000 |
commit | 1cac4cd25330024f9891ec28db88982683cec812 (patch) | |
tree | 988444f9fec21df06064b9c63ef6e8dc0cfbc54b /meta-openbmc-machines | |
parent | 1ff6ff12f94bd903c1799d5841528dfc001fd236 (diff) | |
download | talos-openbmc-1cac4cd25330024f9891ec28db88982683cec812.tar.gz talos-openbmc-1cac4cd25330024f9891ec28db88982683cec812.zip |
Fix bad path for phosphor-cooling-type\@.service
Change-Id: I584e3e64526d2a8fb2625297addb5c06ccb302cd
Signed-off-by: Brandon Wyman <bjwyman@gmail.com>
Diffstat (limited to 'meta-openbmc-machines')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan%/phosphor-cooling-type@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan%/phosphor-cooling-type@.service b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan%/phosphor-cooling-type@.service index 850a8836a..cbac13f7a 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan%/phosphor-cooling-type@.service +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/phosphor-fan%/phosphor-cooling-type@.service @@ -2,7 +2,7 @@ Description=Phosphor Cooling Type Wants=mapper-wait@-xyz-openbmc_project-inventory.service After=mapper-wait@-xyz-openbmc_project-inventory.service -ConditionPathExists={envfiledir}/phosphor-cooling-type-%i.conf +ConditionPathExists={envfiledir}/obmc/phosphor-fan/phosphor-cooling-type-%i.conf [Service] EnvironmentFile={envfiledir}/obmc/phosphor-fan/phosphor-cooling-type-%i.conf |