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