Skip to content

Commit

Permalink
rcscripts: fix config name on gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Mataré committed Aug 5, 2014
1 parent 709a4ba commit a4fe26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcscripts/thinkfan.gentoo
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depend() {

start() {
ebegin "Starting thinkfan"
start-stop-daemon --start --exec /usr/sbin/thinkfan -- -q -s5 -c /etc/thinkfan.com
start-stop-daemon --start --exec /usr/sbin/thinkfan -- -q -s5 -c /etc/thinkfan.conf
eend $?
}

Expand Down

0 comments on commit a4fe26c

Please sign in to comment.