# BRCM_VERSION=3
[bcm963xx.git] / userapps / opensource / reaim / redhat / etc / logrotate.d / reaim
1 /var/log/reaim.log {
2     missingok
3     create 0644 reaim reaim
4     postrotate
5         /bin/kill -HUP `cat /var/run/reaim.pid 2> /dev/null` 2> /dev/null || true
6     endscript
7 }