compass-core/misc/logrotate.d/yum
xiaodongwang 2beaa6421e make install script rerun and add logrotate support.
Change-Id: I84526351f9aa4882d498601ebe9681e622909516
2014-02-07 21:54:28 -08:00

8 lines
100 B
Plaintext

/var/log/yum.log {
missingok
notifempty
size 30k
yearly
create 0600 root root
}