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

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