mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 14:30:45 +08:00
12 lines
197 B
Plaintext
12 lines
197 B
Plaintext
# 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
|
|
}
|