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