Search This Blog

Tuesday, March 23, 2010

Remove service from startup (Ubuntu)...

Remove unwanted application after a system boot...
also, all of services used to be residing in /etc/init.d/ folder
run command as follows...

sudo update-rc.d <service-name> remove

No comments:

Post a Comment