Disabling standalone daemons Most standalone daemon start from /etc/init.d scripts Actual script that starts the daemon is in /etc/rc#.d $ cd /etc/rc2.d $ ls -l lrwxrwxrwx 1 root root S10sysklogd -> ../init.d/sysklogd lrwxrwxrwx 1 root root S10syslog-ng -> ../init.d/syslog-ng lrwxrwxrwx 1 root root S11klogd -> ../init.d/klogd lrwxrwxrwx 1 root root S12kerneld -> ../init.d/kerneld lrwxrwxrwx 1 root root S20logoutd -> ../init.d/logoutd lrwxrwxrwx 1 root root S20makedev -> ../init.d/makedev lrwxrwxrwx 1 root root S20mysql -> ../init.d/mysql lrwxrwxrwx 1 root root S20postfix -> ../init.d/postfix lrwxrwxrwx 1 root root S20spamd -> ../init.d/spamd