Files
RkApp/StartService/bin/start.sh

5 lines
149 B
Bash
Raw Normal View History

2025-11-20 16:24:15 +08:00
#开启pubimg.service,上传最新的照片至服务器
2025-10-24 16:56:35 +08:00
sudo systemctl start pubimg.service
2025-11-20 16:24:15 +08:00
# #开启fastapi
# sudo systemctl start fastApi.service