aboutsummaryrefslogtreecommitdiffstats
path: root/gentoo/files/cputemp2maxfreq.conf
diff options
context:
space:
mode:
authorPA4WDH2023-05-24 14:19:26 +0200
committerPA4WDH2023-05-24 14:19:26 +0200
commit3090d9e949eca74cd2798267ac2f994c2efa4c51 (patch)
tree6f5662b3ca07428461a16ceca7bc17946594f9ea /gentoo/files/cputemp2maxfreq.conf
parentUpdate generate_version_h.sh (diff)
downloadcputemp2maxfreq-3090d9e949eca74cd2798267ac2f994c2efa4c51.tar.gz
cputemp2maxfreq-3090d9e949eca74cd2798267ac2f994c2efa4c51.tar.bz2
cputemp2maxfreq-3090d9e949eca74cd2798267ac2f994c2efa4c51.zip
Add gentoo ebuild
Diffstat (limited to 'gentoo/files/cputemp2maxfreq.conf')
-rw-r--r--gentoo/files/cputemp2maxfreq.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/gentoo/files/cputemp2maxfreq.conf b/gentoo/files/cputemp2maxfreq.conf
new file mode 100644
index 0000000..48088ec
--- /dev/null
+++ b/gentoo/files/cputemp2maxfreq.conf
@@ -0,0 +1,8 @@
+# Logging mechanism to use, options are: none, stdout, kmsg,syslog
+LOGGER="syslog"
+
+# Target CPU temperature, frequency will scale down above this temperature
+TEMPERATURE=70
+
+# Other arguments to pass to the daemon, see cputemp2maxfreq for options
+OTHER=""