9 lines
161 B
Text
9 lines
161 B
Text
/var/log/mysqld*.log {
|
|
create 0640 mysql mysql
|
|
notifempty
|
|
daily
|
|
compress
|
|
postrotate
|
|
mysqladmin -ulogrotate flush-logs
|
|
endscript
|
|
}
|