##
# Conmux Logrotate Configuration
##

/var/log/conmux/* {
  compress
  missingok
  nocopytruncate
  nocreate
  nodelaycompress
  nomail
  notifempty
  olddir /var/log/conmux.old/
  rotate 4
  sharedscripts
  size=5M
  weekly
}
