I have a centralized log server in place. Now, since logging is done using RELP of rsyslogd I want to disable the syslog daemon that comes with the base. I have tried the following settings in rc.conf:
but still no luck, When the system starts I have to kill the syslogd daemon manually. Unless I reboot the system, rsyslogd will take all of the CPU time. Utilization would be at 90%. When I kill both syslogd and rsyslogd and restart rsyslogd everything runs perfectly fine.
Code:
syslogd_enable="NO"
syslogd_flags="NONO"
newsyslogd_enable="NO"
rsyslogd_enable="YES"
rsyslogd_pidfile=/var/run/syslogd.pid