]> git.ozlabs.org Git - petitboot/blob - utils/logrotate.conf
grub2/grub2: add Yocto paths to default grub2 conf search paths
[petitboot] / utils / logrotate.conf
1 /var/log/petitboot/*.log
2 {
3         weekly
4         rotate 3
5         compress
6         missingok
7 }