]> glassweightruler.freedombox.rocks Git - waydroid.git/commitdiff
anbox: unmount schedtune just incase
authorErfan Abdi <erfangplus@gmail.com>
Fri, 21 May 2021 11:32:30 +0000 (16:02 +0430)
committerErfan Abdi <erfangplus@gmail.com>
Fri, 21 May 2021 11:32:30 +0000 (16:02 +0430)
scripts/run-container.sh

index 04c8818f37b1a7107223126844977058ecca14e9..382d3fd1e12f588dc4e040cb16a527146f930220 100644 (file)
@@ -6,6 +6,7 @@ stop anbox-container || true
 
 # start cgroup-lite, else container may fail to start.
 start cgroup-lite
 
 # start cgroup-lite, else container may fail to start.
 start cgroup-lite
+umount -l /sys/fs/cgroup/schedtune
 
 # start sensors hal
 start anbox-sensors
 
 # start sensors hal
 start anbox-sensors