Use proper path in service file
Using '/usr/bin/env' is now an antipattern.
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I1e37bf97f16b74eab2e4d40892e042f03dd5023b
diff --git a/msl/phosphor-max31785-msl@.service b/msl/phosphor-max31785-msl@.service
index 67788ae..148d7e1 100644
--- a/msl/phosphor-max31785-msl@.service
+++ b/msl/phosphor-max31785-msl@.service
@@ -6,7 +6,7 @@
[Service]
Type=oneshot
-ExecStart=/usr/bin/env max31785-msl -p "${PATHS}" -b ${BUS} -r ${REVISION}
+ExecStart=/usr/bin/max31785-msl -p "${PATHS}" -b ${BUS} -r ${REVISION}
EnvironmentFile=/etc/default/obmc/hwmon-max31785/%I.conf
SyslogIdentifier=max31785-msl
RemainAfterExit=yes