# TLZ3950 logrotate

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