/var/log/brickd.log {
	rotate 7
	weekly
	minsize 100k
	missingok
	notifempty
	compress
	delaycompress
	postrotate
		pkill -F /run/brickd.pid -L -HUP brickd >/dev/null 2>&1 || pkill -HUP brickd >/dev/null 2>&1 || true
	endscript
}
