Enable rsyslog server and default port

This commit is contained in:
Cristian
2016-09-28 16:00:48 +02:00
parent 05d10208a1
commit e3857d610f
3 changed files with 15 additions and 1 deletions

View File

@@ -25,4 +25,9 @@ $PrivDropToUser {{ rsyslog_priv_drop_to_user }}
$PrivDropToGroup {{ rsyslog_priv_drop_to_group }}
{% endif %}
{% if rsyslog_server is defined %}
$ModLoad imtcp
$InputTCPServerRun {{ rsyslog_network_port }}
{% endif %}
$IncludeConfig {{ rsyslog_include_path }}/*.conf