740e881
##
740e881
# ConMan Logrotate Configuration
740e881
##
740e881
740e881
/var/log/conman/* {
740e881
  compress
740e881
  missingok
740e881
  nocopytruncate
740e881
  nocreate
740e881
  nodelaycompress
740e881
  nomail
740e881
  notifempty
740e881
  olddir /var/log/conman.old/
740e881
  rotate 4
740e881
  sharedscripts
740e881
  size=5M
740e881
  weekly
740e881
  postrotate
740e881
    /usr/bin/killall -HUP conmand
740e881
  endscript
740e881
}