X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/6fe8fc2149b6fd44b542eb1b77c9afb8b9946c6a..47ef059f09bc3c1452297a548b7a10a5c6da7098:/scripts/run-container.sh diff --git a/scripts/run-container.sh b/scripts/run-container.sh index 04c8818..549b43f 100644 --- a/scripts/run-container.sh +++ b/scripts/run-container.sh @@ -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