mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-13 12:42:29 +00:00
10 lines
222 B
Django/Jinja
10 lines
222 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
/var/log/matrix_synapse/matrix_synapse.log {
|
|
daily
|
|
rotate {{ matrix_synapse_log_days_keep }}
|
|
compress
|
|
shred
|
|
postrotate
|
|
/usr/bin/pkill -HUP rsyslogd
|
|
endscript
|
|
}
|