You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-laptop/thinkfan/files/thinkfan-0.8.1-openrc.patch

12 lines
315 B

--- thinkfan-0.8.1/rcscripts/thinkfan.gentoo
+++ thinkfan-0.8.1/rcscripts/thinkfan.gentoo
@@ -11,7 +11,7 @@
start() {
ebegin "Starting thinkfan"
- start-stop-daemon --start --exec /usr/sbin/thinkfan -- -q -s5
+ start-stop-daemon --start --exec /usr/sbin/thinkfan -- -q -s5 -c /etc/thinkfan.conf
eend $?
}