aboutsummaryrefslogtreecommitdiff
path: root/src/lm_sensors/healthd.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lm_sensors/healthd.rc')
-rwxr-xr-xsrc/lm_sensors/healthd.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lm_sensors/healthd.rc b/src/lm_sensors/healthd.rc
index f50f4a6..4f83c8b 100755
--- a/src/lm_sensors/healthd.rc
+++ b/src/lm_sensors/healthd.rc
@@ -3,11 +3,11 @@
. /etc/rc.conf
. /etc/rc.d/functions
-PID=$(pidof -x -o %PPID /usr/sbin/healthd)
+PID=$(pidof -x -o %PPID /usr/bin/healthd)
case "${1}" in
start)
stat_busy "Starting Health Daemon"
- [ -z "${PID}" ] && /usr/sbin/healthd &> /dev/null
+ [ -z "${PID}" ] && /usr/bin/healthd &> /dev/null
if [ $? -gt 0 ]; then
stat_fail
else