This commit is contained in:
2023-03-10 12:04:22 +08:00
parent c2d55e3733
commit eff40107b2
+1 -2
View File
@@ -30,7 +30,6 @@ mv ${app_name}.service /etc/systemd/system/${app_name}.service
# 重新加载 systemd 配置文件 # 重新加载 systemd 配置文件
systemctl daemon-reload systemctl daemon-reload
# 重新启动应用程序服务
systemctl stop ${app_name}.service systemctl stop ${app_name}.service
# 启动应用程序服务
systemctl start ${app_name}.service systemctl start ${app_name}.service