/var/log/agraph/agraph.log {
    daily
    rotate 7			   
    missingok
    notifempty
    sharedscripts
    nocreate
    postrotate
	/bin/kill -HUP `cat /var/run/agraph/agraph.pid 2>/dev/null` 2> /dev/null || true
    endscript
}
