source: npl/virt/libvirt_conf/root/etc/logrotate.d/libvirtd.libxl

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 164 bytes
Line 
1/var/log/libvirt/libxl/*.log {
2        weekly
3        missingok
4        rotate 4
5        compress
6        delaycompress
7        copytruncate
8        minsize 100k
9}
Note: See TracBrowser for help on using the repository browser.