10 lines
121 B
Plaintext
10 lines
121 B
Plaintext
|
/var/log/mpd/*.log {
|
||
|
weekly
|
||
|
missingok
|
||
|
rotate 7
|
||
|
compress
|
||
|
notifempty
|
||
|
copytruncate
|
||
|
create 600
|
||
|
}
|