10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
/var/log/mysql.init/*.log {
|
|
create 640 root root
|
|
notifempty
|
|
daily
|
|
rotate 3
|
|
missingok
|
|
compress
|
|
}
|
|
|