the user to configure (override) whether the syslog daemon config requires network or can be started early. Default is to detect it for syslogd and syslog-ng and to just start rsyslogd early with its normal config. Removed the rsyslog.early.conf use as it is usually not needed [enable on-disk queues] (bnc#728565). OBS-URL: https://build.opensuse.org/package/show/Base:System/syslogd?expand=0&rev=79
31 lines
918 B
Plaintext
31 lines
918 B
Plaintext
## Path: System/Logging
|
|
## Description: System logging
|
|
|
|
## 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=""
|
|
|
|
## Type: list(yes,no,"")
|
|
## Default: ""
|
|
## Config: ""
|
|
## ServiceRestart: syslog
|
|
#
|
|
# Specify whether the syslog configuration requires network.
|
|
# Set to "yes" to delay the syslog daemon start until network
|
|
# is already started, set to "no" to start it earlier.
|
|
#
|
|
# The behavior of the default setting "" depends on the daemon
|
|
# specified in the SYSLOG_DAEMON variable and on the current
|
|
# implementation of the init / systemd scripts. It may cause
|
|
# a try to detect whether network is required for the config
|
|
# or choose one of the above modi.
|
|
#
|
|
SYSLOG_REQUIRES_NETWORK=""
|
|
|