/var/log/angie/*.log {
	daily
	missingok
	rotate 31
	compress
	delaycompress
	notifempty
	sharedscripts
	postrotate
		if [ -f /run/angie.pid ]; then
			kill -USR1 $(cat /run/angie.pid)
		fi
	endscript
}
