summaryrefslogtreecommitdiffstats
path: root/system/thinkfan
diff options
context:
space:
mode:
author Huidae Cho2023-06-18 12:06:17 +0200
committer Willy Sudiarto Raharjo2023-06-23 02:48:11 +0200
commitbc3fdec6bcdaf5ef3e50c1d7a28d265de8766378 (patch)
tree3b6ff92c3fe003de9c014aa176b85dd5032532d4 /system/thinkfan
parent5b66b4e52524f36419ecf2e355cb5f2df21fff81 (diff)
downloadslackbuilds-bc3fdec6bcdaf5ef3e50c1d7a28d265de8766378.tar.gz
system/thinkfan: Fix path to the binary in rc.thinkfan.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/thinkfan')
-rw-r--r--system/thinkfan/rc.thinkfan2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/thinkfan/rc.thinkfan b/system/thinkfan/rc.thinkfan
index fae364cbe5..732a9542d4 100644
--- a/system/thinkfan/rc.thinkfan
+++ b/system/thinkfan/rc.thinkfan
@@ -1,7 +1,7 @@
#!/bin/sh
NAME=thinkfan
-BIN=/usr/bin/$NAME
+BIN=/usr/sbin/$NAME
CONFIG=/etc/thinkfan.conf
ARGS="-q -c $CONFIG"
PIDFILE=/var/run/$NAME.pid