/var/log/angie/*.log {
	daily
	missingok
	rotate 14
	compress
	delaycompress
	notifempty
	create 0640 angie angie
	sharedscripts
	postrotate
		if [ -f /run/angie.pid ]; then
			kill -USR1 `cat /run/angie.pid`
		fi
	endscript
}
