From 27817c824e5077190ac95a55e0332e72c0c9e1d5 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Tue, 2 May 2023 13:22:17 +0800 Subject: [PATCH] =?UTF-8?q?run=5Fdaemon=E5=8A=A0=E8=BD=BDbinder=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Help/shell/run_daemon.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Help/shell/run_daemon.sh b/Help/shell/run_daemon.sh index 04971e2..4085c44 100644 --- a/Help/shell/run_daemon.sh +++ b/Help/shell/run_daemon.sh @@ -45,6 +45,10 @@ if [[ $? != 0 ]]; then notify-send -i /opt/apps/com.gitee.uengine.runner.spark/files/icon.png "未安装 UEngine,结束!" -a uengine-runner exit fi +if [[ -f /usr/bin/uengine-loading-binder ]]; then + echo 加载 binder + pkexec /usr/bin/uengine-loading-binder +fi notify-send -i /opt/apps/com.gitee.uengine.runner.spark/files/icon.png "UEngine 服务启动完成" -a uengine-runner bad=0 # 守护进程,防止异常退出