This commit is contained in:
makeryangcom
2024-03-04 16:14:05 +08:00
parent e41a37c2b8
commit a4712b8c84
2 changed files with 26 additions and 11 deletions

View File

@@ -23,5 +23,7 @@ sudo systemctl restart nginx.service
# 重启后端服务和游戏服务
sudo systemctl daemon-reload
sudo systemctl enable server.service
sudo systemctl restart server.service
sudo systemctl enable game.service
sudo systemctl restart game.service