9 lines
176 B
Plaintext
9 lines
176 B
Plaintext
{{ mariadb_server_log }} {
|
|
daily
|
|
rotate 7
|
|
create 0640 mysql wheel
|
|
postrotate
|
|
/usr/bin/mysqladmin flush-logs
|
|
endscript
|
|
}
|