fix mirrorlist-container logrotate to work with stats
This commit is contained in:
parent
242067b390
commit
f59a705675
1 changed files with 7 additions and 5 deletions
|
@ -1,10 +1,12 @@
|
|||
/var/log/mirrormanager/*.log
|
||||
{
|
||||
/var/log/mirrormanager/*log {
|
||||
daily
|
||||
rotate 30
|
||||
missingok
|
||||
ifempty
|
||||
compress
|
||||
compresscmd /usr/bin/xz
|
||||
uncompresscmd /usr/bin/xz
|
||||
compressext .xz
|
||||
daily
|
||||
rotate 30
|
||||
missingok
|
||||
dateext
|
||||
copytruncate
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue