- Removed handling of the -c <compat version> option which is obsolete in rsyslog-7.x. - Fixed build requires / deps to work on 12.x and SLE-11-SP2. - Initialized RSYSLOG_PARAMS env variable in service file. - Marked additional log socket config as ghost. OBS-URL: https://build.opensuse.org/request/show/141068 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=112
17 lines
502 B
Plaintext
17 lines
502 B
Plaintext
## Type: string
|
|
## 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=""
|
|
|