# TlWWW logrotate

/var/log/tlwww/*.log {
#  su textlib textlib 
  monthly
  rotate 6
  missingok
  compress
  delaycompress
  notifempty
  copytruncate
}
