]> git.ozlabs.org Git - petitboot/blob - utils/logrotate.conf
test/parser: Make parser_scandir() ignore files with path len less than dir
[petitboot] / utils / logrotate.conf
1 /var/log/petitboot/*.log
2 {
3         weekly
4         rotate 3
5         compress
6         missingok
7 }