1
0
Fork 0
tuned/profiles/laptop-ac-powersave/script.sh
2023-02-19 15:23:12 +01:00

15 lines
156 B
Bash
Executable file

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