Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 5e842d8674212f01f7425ebaa2d4d465 > files > 3

conman-0.2.5-3.fc15.src.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
}