Blame SOURCES/conman.logrotate

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