From: Erfan Abdi Date: Thu, 20 May 2021 17:37:45 +0000 (+0430) Subject: anbox: Stop nfcd to avoid conflicting with host services X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/eb83785ad01079c2e8ed6015343fc8e172693014?ds=sidebyside anbox: Stop nfcd to avoid conflicting with host services --- diff --git a/scripts/run-container.sh b/scripts/run-container.sh index 19a782d..3df5657 100644 --- a/scripts/run-container.sh +++ b/scripts/run-container.sh @@ -13,6 +13,9 @@ start anbox-sensors # start lxc-net, that sets up lxc bridge start lxc-net +# stop nfcd to not conflict with anbox +stop nfcd + # umount rootfs if it was mounted umount -l rootfs || true