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

17 lines
260 B
Bash
Executable file

#!/bin/sh
. /usr/lib/tuned/functions
start() {
remount_all_no_rootboot_partitions nobarrier
multiply_disk_readahead 4
return 0
}
stop() {
remount_all_no_rootboot_partitions barrier
multiply_disk_readahead 0.25
return 0
}
process $@