# TextLib logrotate

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