blob: 48088ec7e54d807e7f7bab6539d1e9569f0265b4 (
plain)
1
2
3
4
5
6
7
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=""
|