Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 47ec2bdcad83b6af68ff90e7374e5cf6 > files > 3

conman-0.2.7-0.fc16.i686.rpm

##
# ConMan Logrotate Configuration
##

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