update
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user