#!/system/bin/sh

source /system/etc/initcontrol

if [ "$SCHED" = "1" ]; then
	echo "vr" > /sys/block/mmcblk0/queue/scheduler
fi