16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
/var/log/yum/yum.log {
|
|
missingok
|
|
notifempty
|
|
maxsize 1M
|
|
yearly
|
|
create 0600 root root
|
|
}
|
|
/var/log/yum/yum-update.log {
|
|
missingok
|
|
notifempty
|
|
maxsize 1M
|
|
weekly
|
|
create 0600 root root
|
|
}
|
|
|