summarylogtreecommitdiffstats
path: root/kanri-wrapper.sh
blob: a420c9d98046829b8168b8500e9c7c4191cdbeca (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# NVIDIA check using lsmod to detect loaded kernel modules
if lsmod | grep -q '^nvidia '; then
    export WEBKIT_DISABLE_DMABUF_RENDERER=1
fi

exec /usr/lib/kanri "$@"