aports/main/cpufrequtils/cpufrequtils.confd
Natanael Copa b70981b68e moved extra/* to main/
and fixed misc build issues
2009-07-24 08:01:31 +00:00

8 lines
277 B
Plaintext

# /etc/conf.d/cpufrequtils: config file for /etc/init.d/cpufrequtils
# Options when starting cpufreq (given to the `cpufreq-set` program)
START_OPTS="--governor ondemand"
# Options when stopping cpufreq (given to the `cpufreq-set` program)
STOP_OPTS="--governor performance"