1
0
Fork 0
tuned/profiles/desktop-powersave/script.sh
2012-03-28 16:54:18 +02:00

15 lines
160 B
Bash
Executable file

#!/bin/sh
. /usr/lib/tuned/functions
start() {
set_radeon_powersave auto
return 0
}
stop() {
restore_radeon_powersave
return 0
}
process $@