From eb83785ad01079c2e8ed6015343fc8e172693014 Mon Sep 17 00:00:00 2001 From: Erfan Abdi Date: Thu, 20 May 2021 22:07:45 +0430 Subject: [PATCH] anbox: Stop nfcd to avoid conflicting with host services --- scripts/run-container.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3