diff options
author | Michael Tritz <mtritz@us.ibm.com> | 2017-05-10 15:48:19 -0500 |
---|---|---|
committer | Patrick Williams <patrick@stwcx.xyz> | 2017-05-12 22:14:26 +0000 |
commit | b02d19fcc8dbbd1f61339e7713350f65c6f51ea5 (patch) | |
tree | c7c9eb69b5a3111b67a880ca9198a26d1a9bd698 /meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host | |
parent | dd7a0806e420f29a7255153b6c578c8e5c352135 (diff) | |
download | talos-openbmc-b02d19fcc8dbbd1f61339e7713350f65c6f51ea5.tar.gz talos-openbmc-b02d19fcc8dbbd1f61339e7713350f65c6f51ea5.zip |
cfam_override@.service - run on ConditionPathExists
ConditionFileExists doesn't exist. This commit updates the run
condition for cfam_override@.service to ConditionPathExists,
which does exist and is the appropriate condition for the service.
Resolves openbmc/openbmc#1582
Change-Id: I24f233bc61c1d6c93ea8c237ab85da365c5d6220
Signed-off-by: Michael Tritz <mtritz@us.ibm.com>
Diffstat (limited to 'meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host')
-rw-r--r-- | meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-host-control/cfam_override@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-host-control/cfam_override@.service b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-host-control/cfam_override@.service index 8b989bb14..b1343a3b8 100644 --- a/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-host-control/cfam_override@.service +++ b/meta-openbmc-machines/meta-openpower/common/recipes-phosphor/host/op-host-control/cfam_override@.service @@ -8,7 +8,7 @@ Wants=fsi-scan@%i.service After=fsi-scan@%i.service Conflicts=obmc-chassis-poweroff@%i.target ConditionPathExists=!/run/openbmc/chassis@%i-on -ConditionFileExists=/var/lib/obmc/cfam_overrides +ConditionPathExists=/var/lib/obmc/cfam_overrides [Service] ExecStart={sbindir}/openpower-proc-control CFAMOverride |