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

15 lines
163 B
Bash
Executable file

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