15

Jun/09

Stop Services / Daemons Starting Up In Ubuntu

To remove daemons from starting up on boot use the following command: sudo update-rc.d servicename remove where servicename is the name of the service. To add the service to start up: sudo update-rc.d servicename defaults To see all your services … Continue reading