1
0
Fork 0
tuned/tune-profiles/server-powersave/ktune.sh
Jan Vcelak 2884a1ac36 remove control of HAL CD polling
HAL is being removed from all current distributions, including Fedora.

Resolves: #710920
2011-06-21 12:41:09 +02:00

17 lines
157 B
Bash
Executable file

#!/bin/sh
. /etc/tune-profiles/functions
start() {
set_disk_alpm min_power
return 0
}
stop() {
set_disk_alpm max_performance
return 0
}
process $@