From 86f9ba366ab8840adc35a6192a63b4341c28b15d Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Sat, 30 Mar 2019 09:01:04 -0700 Subject: meta-intel: update pid-control service to point at bin phosphor-pid-control is now installed in bin instead of sbin. (From meta-intel rev: e00fe9087dfa24ebc0f6b1cbdfede52ab7d6ec8c) Signed-off-by: Patrick Venture Change-Id: Iffa3edf9fd3eb118e69c8e0c1483cb69af6e6930 Signed-off-by: Brad Bishop --- .../fans/phosphor-pid-control/phosphor-pid-control.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-intel/meta-common') diff --git a/meta-intel/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service b/meta-intel/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service index f4ffa17a0..99494717f 100644 --- a/meta-intel/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service +++ b/meta-intel/meta-common/recipes-phosphor/fans/phosphor-pid-control/phosphor-pid-control.service @@ -3,7 +3,7 @@ Description=Phosphor-Pid-Control Margin-based Fan Control Daemon [Service] Restart=always -ExecStart={sbindir}/swampd +ExecStart={bindir}/swampd RestartSec=5 StartLimitInterval=0 Type=simple -- cgit v1.2.1