From 717284ad147d0d3862d4024a14a324ecab67dadc Mon Sep 17 00:00:00 2001
From: gfdgd_xi <3025613752@qq.com>
Date: Thu, 6 Jul 2023 10:44:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DUEngine=E5=9C=A8debian12?=
 =?UTF-8?q?=E6=97=A0=E6=B3=95=E6=AD=A3=E5=B8=B8=E5=BC=80=E5=90=AF=E7=9A=84?=
 =?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 LoadingBinder/load.sh | 4 ++++
 1 file changed, 4 insertions(+)

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