1
0
Fork 0
tuned/tune-profiles/server-powersave/ktune.sh

19 lines
196 B
Bash
Executable file

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