#---
# Syslog-ng command line options
# See syslog-ng(8) for more details
#---
SYSLOGNG_OPTIONS="-p /var/run/syslogd.pid"
# Are we going to use klogd rather then parse kernel messages on our own
# note that we will need in that case klogd and also make sure to use
# unix_dgram("/dev/log") 
#SYSLOG_NG_KLOGD="yes"
