## Type: string
## Default: "/var/lib/named/dev/log"
## Config: syslog-ng
## ServiceRestart: syslog
#
# The filename mentioned here will be added with the "-a ..." option as
# additional socket via SYSLOGD_PARAMS when syslogd is started.
#
# This additional socket is needed in case that syslogd is restarted. Otherwise
# a chrooted 'named' or 'lwresd' won't be able to continue logging.
#
SYSLOGD_ADDITIONAL_SOCKET_NAMED="/var/lib/named/dev/log"
## Path:		System/Logging
## Description:		System logging
## Type:		list(0,1,2,3,4,5,6,7)
## Default:		1
## Config:		""
## ServiceRestart:	syslog
#
# Default loglevel for klogd
#
KERNEL_LOGLEVEL=1

## Type:		string
## Default:		""
## Config:		""
## ServiceRestart:	syslog
#
# if not empty: parameters for syslogd
# for example SYSLOGD_PARAMS="-r -s my.dom.ain"
#
SYSLOGD_PARAMS=""

## Type:		string
## Default:		-x
## Config:		""
## ServiceRestart:	syslog
#
# if not empty: parameters for klogd
# for example KLOGD_PARAMS="-x" to avoid (duplicate) symbol resolution
#
KLOGD_PARAMS="-x"
## Type:           string
## Default:        ""
## Config:         ""
## ServiceRestart: syslog
## Default:        ""
## Config:         ""
## ServiceRestart: syslog
#
# Parameters for rsyslogd, except of the version compatibility (-c)
# and the config file (-f), because they're used by sysconfig and
# earlysysconfig init scripts.
#
# See also the RSYSLOGD_COMPAT_VERSION variable in this file, the
# documentation provided in /usr/share/doc/packages/rsyslog/doc by
# the rsyslog-doc package and the rsyslogd(8) and rsyslog.conf(5)
# manual pages.
#
RSYSLOGD_PARAMS=""
