Cruise Control init script
April 8th, 2008
I found some pieces of init scripts for cruise control online today and merged them into a nice init script for any debian / ubuntu based system. You can get the script at
http://opensource.thinkrelevance.com/browser/etc/init/cruise
Once you have the script just modify it and and the correct paths. Once you have things kosher just do the following.
% sudo mv cruise /etc/init.d/
% sudo chmod +x /etc/init.d/cruise
% sudo update-rc.d cruise defaults
This will make the cruise script executable and add it to the startup and shut down sequences. Now your cruise control can survive a reboot!



Sorry, comments are closed for this article.