Removing a Service from Init.d in Linux

Use this command:

sudo update-rc.d -f SERVICE_NAME remove

where SERVICE_NAME is the name of the service to remove, e.g. vsftpd.

More info on the topic: http://www.unixtutorial.org/2009/01/disable-service-startup-in-ubuntu/

Leave a comment

Your comment