how can one have ASL permanently stop from having a daemon started on reboot (have it eliminated from a certain runlevel)
e.g in redhat/suse situations one would execute at the willing runlevel
chkconfig daemon_name off
in solaris situation you would actually have to tweak the startup scrips S80daemon and the kill scripts K15daemon etc
or in deb world update-rc.d would be the equivalent
i've seen some uncecesary services start and i would like to eliminate them simply since i know i am not using them
e.g i never use dhcpd--don't have any clients that pull their ip's from anywhere etc
This thread was automatically locked due to age.