From dce7d7801c28b7bc0c426bef94d52b68cce2267a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 30 Sep 2011 10:40:28 -0300 Subject: Managing /etc/default/syslog-ng --- files/default | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 files/default (limited to 'files/default') diff --git a/files/default b/files/default new file mode 100644 index 0000000..6c7b14a --- /dev/null +++ b/files/default @@ -0,0 +1,15 @@ +# If a variable is not set here, then the corresponding +# parameter will not be changed. +# If a variables is set, then every invocation of +# syslog-ng's init script will set them using dmesg. + +# log level of messages which should go to console +# see for details +# +#CONSOLE_LOG_LEVEL=1 + +# Command line options to syslog-ng +#SYSLOGNG_OPTS="--no-caps" + +# See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=625488 +SYSLOGNG_OPTS="--fd-limit 1024" -- cgit v1.2.3