diff options
author | Huidae Cho <grass4u@gmail.com> | 2023-06-18 12:06:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-23 07:48:11 +0700 |
commit | bc3fdec6bcdaf5ef3e50c1d7a28d265de8766378 (patch) | |
tree | 3b6ff92c3fe003de9c014aa176b85dd5032532d4 | |
parent | 5b66b4e52524f36419ecf2e355cb5f2df21fff81 (diff) |
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>
-rw-r--r-- | system/thinkfan/rc.thinkfan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/thinkfan/rc.thinkfan b/system/thinkfan/rc.thinkfan index fae364cbe51a..732a9542d463 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 |