Blame SOURCES/conman.logrotate

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