From: Erfan Abdi Date: Fri, 21 May 2021 11:32:30 +0000 (+0430) Subject: anbox: unmount schedtune just incase X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/4b1dd026766663c630d1088973483332213cc7c6?ds=sidebyside anbox: unmount schedtune just incase --- diff --git a/scripts/run-container.sh b/scripts/run-container.sh index 04c8818..382d3fd 100644 --- a/scripts/run-container.sh +++ b/scripts/run-container.sh @@ -6,6 +6,7 @@ stop anbox-container || true # start cgroup-lite, else container may fail to start. start cgroup-lite +umount -l /sys/fs/cgroup/schedtune # start sensors hal start anbox-sensors