diff --git a/LoadingBinder/load.sh b/LoadingBinder/load.sh index 5b3ff6e..7d0c71c 100644 --- a/LoadingBinder/load.sh +++ b/LoadingBinder/load.sh @@ -5,9 +5,13 @@ if [[ `whoami` != root ]]; then fi if [ -d /dev/binderfs ]; then echo 已启动 binder,end + systemctl start uengine-container.service + systemctl start uengine-session.service exit fi modprobe binder_linux modprobe ashmem_linux mkdir /dev/binderfs mount -t binder binder /dev/binderfs +systemctl start uengine-container.service +systemctl start uengine-session.service