/var/log/ald/aldd*.log {
	size 1M
	missingok
	rotate 7
	compress
	copytruncate
	notifempty
	su root root
}

/var/log/ald/rpc*.log {
	size 1M
	missingok
	rotate 7
	compress
	copytruncate
	notifempty
	su aldd aldd
}
