Hi, By default, syslog-ng uses /var/run/syslog.pid: # grep pid /etc/rc.d/syslog_ng daemon_flags="-p /var/run/syslog.pid"
This interferes (during newsyslog) with syslogd which is also using this pid file.
One can use `rcctl set syslog_ng flags -p /var/run/syslog-ng.pid` to solve this. But wouldn't it be better to set another default pid file in /etc/rc.d/syslog_ng ?
Best regards.