Start a script on boot – Ubuntu 12.04

Use the below procedure to start a script on boot:
{{{ lang=bash
sudo mv /filename /etc/init.d/
sudo chmod +x /etc/init.d/filename
sudo update-rc.d filename defaults
}}}


Posted

in

by

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *