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

13 lines
234 B
Plaintext
Raw Normal View History

2019-02-01 22:05:15 +00:00
#jinja2: lstrip_blocks: True
2019-08-08 21:21:31 +00:00
{{ ansible_managed | comment }}
2019-02-01 22:05:15 +00:00
{{ item.log }} {
{% for option in item.options %}
{{ option }}
{% endfor %}
2019-08-08 21:21:31 +00:00
copytruncate
sharedscripts
2019-02-01 22:05:15 +00:00
postrotate
/usr/bin/pkill -HUP rsyslogd
endscript
}