xoxys.matrix/templates/etc/logrotate.d/config.j2

13 lines
234 B
Plaintext
Raw Normal View History

#jinja2: lstrip_blocks: True
2019-08-08 23:19:18 +02:00
{{ ansible_managed | comment }}
{{ item.log }} {
{% for option in item.options %}
{{ option }}
{% endfor %}
copytruncate
2019-08-08 23:19:18 +02:00
sharedscripts
postrotate
/usr/bin/pkill -HUP rsyslogd
endscript
}