Created
October 27, 2014 16:06
-
-
Save gotoalberto-zz/680dd955fd7219002118 to your computer and use it in GitHub Desktop.
Add and remove from startup ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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