To control the daemons that are started at boot in Debian simply use following commands.

 

To enable a daemon:

update-rc.d <daemon> enable

 

To disable daemon:

update-rc.d <daemon> disable

 

NOTE: In above examples <daemon> is the name of the daemon listed in /etc/init.d/