59f6a41a62
OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=bbe984b0152722f224ccf5a43e8fa2c7
41 lines
827 B
Plaintext
41 lines
827 B
Plaintext
## 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: list(syslogd,syslog-ng,rsyslogd,"")
|
|
## Default: ""
|
|
## Config: ""
|
|
## ServiceRestart: syslog
|
|
#
|
|
# The name of the syslog daemon to use as syslog service:
|
|
# "syslogd", "syslog-ng", "rsyslogd" or "" for autodetect.
|
|
#
|
|
SYSLOG_DAEMON=""
|