aboutsummaryrefslogtreecommitdiffstats
path: root/gentoo/files/cputemp2maxfreq.init
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo/files/cputemp2maxfreq.init')
-rwxr-xr-xgentoo/files/cputemp2maxfreq.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoo/files/cputemp2maxfreq.init b/gentoo/files/cputemp2maxfreq.init
index 83a3798..7b05c6d 100755
--- a/gentoo/files/cputemp2maxfreq.init
+++ b/gentoo/files/cputemp2maxfreq.init
@@ -5,10 +5,10 @@
name="cputemp2maxfreq daemon"
description="Daemon to scale scale_max_freq when CPU temperature rises"
command=/usr/sbin/cputemp2maxfreq
-command_args="-l $LOGGER -t $TEMPERATURE $ARGS"
+command_args="-l $LOGGER -t $TEMPERATURE $OTHER"
start() {
- ebegin "Starting $NAME"
+ ebegin "Starting $name"
start-stop-daemon --start --background \
--make-pidfile --pidfile /var/run/cputemp2maxfreq.pid \
--exec ${command} -- ${command_args}