Browse Source

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>
pull/202/head
Huidae Cho 2 years ago
committed by Willy Sudiarto Raharjo
parent
commit
bc3fdec6bc
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 2
      system/thinkfan/rc.thinkfan

2
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

Loading…
Cancel
Save