/var/log/radicale/*.log {
	rotate 12
	weekly
	compress
	missingok
	create 640 radicale adm
	postrotate
		invoke-rc.d radicale restart > /dev/null
	endscript
}
