What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Changing IO Scheduler. Is there an rc.local type script in Sapphire?

undroid

Member
hello guys, i'm a fedora user and usually when i want to have something run at startup i would modify rc.local. Is there an equivalent in Sapphire? Where is a good place to put the following lines of commands?

echo "noop" > /sys/block/mtdblock4/queue/scheduler
echo "noop" > /sys/block/mtdblock6/queue/scheduler
echo "noop" > /sys/block/mtdblock5/queue/scheduler
echo "noop" > /sys/block/mtdblock0/queue/scheduler
 
Last edited:
thank you pdroid! i just created another script named 97_iosched and made it executable and it seemed to have worked!
 
Back
Top