From 4b1dd026766663c630d1088973483332213cc7c6 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Fri, 21 May 2021 16:02:30 +0430 Subject: [PATCH] anbox: unmount schedtune just incase --- scripts/run-container.sh | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3