Skip to content

Instantly share code, notes, and snippets.

@gotoalberto-zz
Created October 27, 2014 16:06
Show Gist options
  • Select an option

  • Save gotoalberto-zz/680dd955fd7219002118 to your computer and use it in GitHub Desktop.

Select an option

Save gotoalberto-zz/680dd955fd7219002118 to your computer and use it in GitHub Desktop.
Add and remove from startup ubuntu
sudo update-rc.d myscript defaults 98 02
sudo update-rc.d myscript remove
The script must be on /etc/init.d with execution permissions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment