Last active
November 30, 2016 13:45
-
-
Save j-n-c/1bb0ab843092a5e711e8d273ecf93c18 to your computer and use it in GitHub Desktop.
Manage services in autostart
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
| -> Prevent from running at startup (without uninstalling app): | |
| $ sudo update-rc.d <service> disable | |
| e.g. sudo update-rc.d tomcat disable | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment