1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 03:05:48 +03:00
aports/community/cpufrequtils/cpufrequtils.confd

7 lines
277 B
Text

# /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"