##
# a logrotate.d configuration for the LinuxCOE SystemDesigner
##

/var/log/linuxcoe-sd/sysdes.log {
  compress
  create 664 wwwrun www
  delaycompress
  missingok
  monthly
  notifempty
  rotate 12
}
