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

15 lines
154 B
Bash
Executable file

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