/var/log/luci/luci.log {
    missingok
    notifempty

    create
    postrotate
        /sbin/service luci condrestart 2>/dev/null >/dev/null || :
    endscript
}
