From eff40107b2bb81570d6303fffe54bfb86279f841 Mon Sep 17 00:00:00 2001 From: woon Date: Fri, 10 Mar 2023 12:04:22 +0800 Subject: [PATCH] update --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index d46f512..c6f6d96 100644 --- a/build.sh +++ b/build.sh @@ -30,7 +30,6 @@ mv ${app_name}.service /etc/systemd/system/${app_name}.service # 重新加载 systemd 配置文件 systemctl daemon-reload +# 重新启动应用程序服务 systemctl stop ${app_name}.service - -# 启动应用程序服务 systemctl start ${app_name}.service \ No newline at end of file