2006-12-18 23:17:53 +00:00
|
|
|
## Path: System/Logging
|
|
|
|
## Description: System logging
|
|
|
|
|
2009-09-10 10:59:25 +00:00
|
|
|
## Type: list(syslogd,syslog-ng,rsyslogd,"")
|
2007-05-17 09:59:10 +00:00
|
|
|
## Default: ""
|
|
|
|
## Config: ""
|
|
|
|
## ServiceRestart: syslog
|
2006-12-18 23:17:53 +00:00
|
|
|
#
|
2007-05-17 09:59:10 +00:00
|
|
|
# The name of the syslog daemon to use as syslog service:
|
2009-09-10 10:59:25 +00:00
|
|
|
# "syslogd", "syslog-ng", "rsyslogd" or "" for autodetect.
|
2006-12-18 23:17:53 +00:00
|
|
|
#
|
2007-05-17 09:59:10 +00:00
|
|
|
SYSLOG_DAEMON=""
|
2012-02-20 13:27:40 +00:00
|
|
|
|
|
|
|
## 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=""
|
|
|
|
|