X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/6fe8fc2149b6fd44b542eb1b77c9afb8b9946c6a..ea66b35cb3eb37d445397d35c0d1a68395cf13e5:/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