5 lines
104 B
Text
5 lines
104 B
Text
#!/sbin/openrc-run
|
|
|
|
start() {
|
|
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
|
|
}
|