I've recently installed syslog-ng but am confused about how to start it (on Fedora).
I do:
/etc/init.d/syslog-ng start
which reports that it's started ok. However, it doesn't actually do anything until I do:
/sbin/syslog-ng
at which point it starts behaving as I'd expect. Is this expected behaviour?