Skip to content
Snippets Groups Projects
Commit 5b1821d9 authored by Andreas Kempe's avatar Andreas Kempe
Browse files

rsyslog.conf: remove imtcp module

The module was only needed for collecting TCP logs, not sending them.
parent 387e0c69
Branches
Tags
No related merge requests found
...@@ -5,8 +5,6 @@ ...@@ -5,8 +5,6 @@
$ModLoad imuxsock $ModLoad imuxsock
# Support for kernel logging # Support for kernel logging
$ModLoad imklog $ModLoad imklog
# Support for TCP logging
$ModLoad imtcp
# Double @@ for TCP logging to loghost # Double @@ for TCP logging to loghost
*.* @@loghost.lysator.liu.se *.* @@loghost.lysator.liu.se
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment