24 lines
712 B
XML
24 lines
712 B
XML
<Bundle name="rsyslog" version="2.0">
|
|
<Service name="rsyslog"/>
|
|
<Python name="/etc/rsyslog.conf"/>
|
|
<Group name="rsyslog-server">
|
|
<Path name="/etc/rsyslog.d/52-listen_relp.conf"/>
|
|
<Path name="/etc/rsyslog.d/53-listen_switches.conf"/>
|
|
<Python name="/etc/rsyslog.d/51-pgsql.conf"/>
|
|
<Package name="rsyslog-pgsql"/>
|
|
<Path name="/var/spool/rsyslog"/>
|
|
</Group>
|
|
|
|
<Group name="rsyslog-client">
|
|
<Group name="rsyslog-server" negate="true">
|
|
<Path name="/etc/rsyslog.d/50-send_relp.conf"/>
|
|
<Path name="/var/log/spool"/>
|
|
</Group>
|
|
</Group>
|
|
|
|
<Group name="logall">
|
|
<Path name="/etc/rsyslog.d/10-firewall.conf"/>
|
|
</Group>
|
|
|
|
<Package name="rsyslog-relp"/>
|
|
</Bundle>
|