@LOG_DIR@/*.log {
	olddir /var/log/archiv/dcd
	daily
	rotate 7
	compress
	create 660 daemon daemon
	postrotate
		/bin/killall -s SIGHUP dcd
	endscript
}
