diff options
author | Jim Hill <gjthill@gmail.com> | 2012-01-14 02:12:38 -0800 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2012-01-14 16:57:10 +0100 |
commit | d850639d9b263f69e0fd853a14c6d88afc3671b8 (patch) | |
tree | d6be989c5b18f0f972a65b0e0d14f5807dd99c2b | |
parent | ca39d8e60e569d837f39a9c33e28cf8f0e89f321 (diff) | |
download | rsyslog-d850639d9b263f69e0fd853a14c6d88afc3671b8.tar.gz rsyslog-d850639d9b263f69e0fd853a14c6d88afc3671b8.tar.xz rsyslog-d850639d9b263f69e0fd853a14c6d88afc3671b8.zip |
rsyslog.conf.5 socket module example sb imuxsock
-rw-r--r-- | tools/rsyslog.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rsyslog.conf.5 b/tools/rsyslog.conf.5 index 6ce3c0e0..dcc9b7c7 100644 --- a/tools/rsyslog.conf.5 +++ b/tools/rsyslog.conf.5 @@ -121,7 +121,7 @@ no longer provided by the rsyslog package. .I imuxsock Unix sockets, including the system log socket. You need to specify .IP -$ModLoad imudp +$ModLoad imuxsock in order to receive log messages from local system processes. This config directive should only left out if you know exactly what you |