/var/log/homegear/*.log /var/log/homegear/*.err {
        missingok
        rotate 0
        compress
        notifempty
        size 10M
        create 640 homegear homegear
        sharedscripts
        postrotate
                systemctl reload homegear > /dev/null
        endscript
}
