summaryrefslogtreecommitdiffstats
path: root/compass-deck/misc/logrotate.d/yum
blob: e587f9687c55a54f73b775dea37e913985c8c30e (plain)
1
2
3
4
5
6
7
/var/log/yum.log {
    missingok
    notifempty
    size 30k
    yearly
    create 0600 root root
}