Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > os > by-pkgid > 9b9c06f9ea4fedb1a65347d1c23d1aed > files > 3

conman-0.2.5-2.fc12.x86_64.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
}