Skip to content

Instantly share code, notes, and snippets.

@j-n-c
Last active November 30, 2016 13:45
Show Gist options
  • Select an option

  • Save j-n-c/1bb0ab843092a5e711e8d273ecf93c18 to your computer and use it in GitHub Desktop.

Select an option

Save j-n-c/1bb0ab843092a5e711e8d273ecf93c18 to your computer and use it in GitHub Desktop.
Manage services in autostart
-> 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