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
}}}
Start a script on boot – Ubuntu 12.04
by
Tags:
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
}}}
by
Tags:
Leave a Reply