Feb
19
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/
Comments
Leave a Reply
You must be logged in to post a comment.