/var/log/acpid {
    weekly
    rotate 14
    compress
    missingok
    postrotate
	/etc/init.d/acpid restart >/dev/null
    endscript
}
