11 lines
197 B
Text
11 lines
197 B
Text
# logrotation file for Copr dist git
|
|
|
|
/var/log/copr-dist-git/*.log {
|
|
weekly
|
|
rotate 5
|
|
copytruncate
|
|
compress
|
|
notifempty
|
|
missingok
|
|
create 644 copr-dist-git copr-dist-git
|
|
}
|