commit | 38681831e41f1a228ede2f408c32e1983647a375 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Oct 06 14:17:15 2017 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Fri Oct 06 14:20:16 2017 -0500 |
tree | a09ce6ad7b758b2a08f20771563909f53475f16b | |
parent | 65edf7d796c34012982632d0a724d80ff44c9e4a [diff] |
Don't use template parameters in fan watchdog service witherspoon-fan-watchdog.service is not a template service, but it still used %i inside of it. Change that to just be the actual template instance required. Resolves openbmc/openbmc#2432 Change-Id: I19bddbd260b5f6945400a83fc6ab34d9077a35b7 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/witherspoon-fan-watchdog.service b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/witherspoon-fan-watchdog.service index 902ab6d..5b59546 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/witherspoon-fan-watchdog.service +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/recipes-phosphor/fans/witherspoon-fan-watchdog/witherspoon-fan-watchdog.service
@@ -1,7 +1,7 @@ [Unit] Description=Witherspoon Fan Watchdog Daemon -Wants=phosphor-fan-control-init@%i.service -Before=phosphor-fan-control-init@%i.service +Wants=phosphor-fan-control-init@0.service +Before=phosphor-fan-control-init@0.service Conflicts=obmc-fan-watchdog-takeover.target [Service] @@ -10,4 +10,4 @@ KillSignal=SIGKILL [Install] -RequiredBy=obmc-chassis-poweron@%i.target +RequiredBy=obmc-chassis-poweron@0.target