# TLZ3950 logrotate

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

