Startup scripts in Ubuntu and Debian based Linux distributions
20 Nov 2011
Here are 2 simple steps which help you to run a script when your Ubuntu machine boots:
- Edit your script and add it in /etc/init.d/
- Run update-rc.d script which creates a link to your script on each of the runlevels with a set priority.