Ubuntu Pastebin

Paste from Skyrider at Wed, 28 Oct 2015 19:27:01 +0000

Download as text
1
2
3
4
5
6
7
# Options for rsyslogd
# -m 0 disables 'MARK' messages (deprecated, only used in compat mode < 3)
# -r enables logging from remote machines (deprecated, only used in compat mode < 3)
# -x disables DNS lookups on messages received with -r
# -c compatibility mode
# See rsyslogd(8) for more details
RSYSLOGD_OPTIONS="-c5"
Download as text