File: cpufreqd.default

package info (click to toggle)
cpufreqd 2.4.2-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 624 kB
  • sloc: ansic: 5,484; makefile: 239; sh: 133
file content (13 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Cpufreqd startup configuration

# CPU kernel module.
# Leave empty if you wish to load the modules another way,
# or if CPUFreq support for your cpu is built in.
CPUFREQ_CPU_MODULE=""

# Governor modules.
# A list separated by spaces. They are needed by cpufreqd 
# to load your policies. The init script can automatically
# try to load them. Leave empty to disable loading governor
# modules at all, use "auto" to let the script do the job.
CPUFREQ_GOV_MODULES="auto"