This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

daemon start-up services

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.
  • In the directory /etc/rc.d/rc3.d you find links to the service, which are started at boottime. The S*-entries are the  services which are started, the K*-entries are services which are stoped by halting the system. Deleting the links which shouldn´t be startet at boottime.
    /bagira