]> glassweightruler.freedombox.rocks Git - waydroid.git/blobdiff - scripts/run-container.sh
anbox: Update props generation
[waydroid.git] / scripts / run-container.sh
index 04c8818f37b1a7107223126844977058ecca14e9..549b43f59e6a1b9704ca5ac780c9083172c783dc 100644 (file)
@@ -6,12 +6,14 @@ 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
 
 # start lxc-net, that sets up lxc bridge
 start lxc-net
+brctl addbr anbox0
 
 # stop nfcd to not conflict with anbox
 stop nfcd