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 <venture@google.com>
Change-Id: Iffa3edf9fd3eb118e69c8e0c1483cb69af6e6930
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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 f4ffa17..9949471 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 @@
 
 [Service]
 Restart=always
-ExecStart={sbindir}/swampd
+ExecStart={bindir}/swampd
 RestartSec=5
 StartLimitInterval=0
 Type=simple