/var/log/acpid {
    weekly
    rotate 4
    compress
    missingok
    postrotate
    	pkill -SIGUSR1 acpid > /dev/null
    endscript
}
