diff options
Diffstat (limited to 'sys-power')
-rwxr-xr-x | sys-power/acpid/files/acpid-1.0.4-default.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-power/acpid/files/acpid-1.0.4-default.sh b/sys-power/acpid/files/acpid-1.0.4-default.sh index 566f3a03864c..a71046638330 100755 --- a/sys-power/acpid/files/acpid-1.0.4-default.sh +++ b/sys-power/acpid/files/acpid-1.0.4-default.sh @@ -38,11 +38,13 @@ case "$group" in # Add code here to handle when the system is unplugged # (maybe change cpu scaling to powersave mode) #*0) + # cpufreq-set -g powersave # ;; # Add code here to handle when the system is plugged in # (maybe change cpu scaling to performance mode) #*1) + # cpufreq-set -g performance # ;; *) log_unhandled $* ;; |