ansible-collection-famedly-.../templates/logrotate.j2

11 lines
222 B
Text
Raw Normal View History

{{ ansible_managed | comment }}
2018-08-17 14:22:08 +00:00
/var/log/matrix_synapse/matrix_synapse.log {
daily
rotate {{ matrix_synapse_log_days_keep }}
compress
shred
postrotate
/usr/bin/pkill -HUP rsyslogd
endscript
}