This commit is contained in:
2025-10-24 16:56:35 +08:00
commit 7462b7aa93
49 changed files with 28483 additions and 0 deletions

BIN
StartService/bin/start Executable file

Binary file not shown.

View File

@@ -0,0 +1,5 @@
#开启pubimg.service
sudo systemctl start pubimg.service
#开启fastapi
sudo systemctl start fastApi.service

3
StartService/bin/stop.sh Normal file
View File

@@ -0,0 +1,3 @@
sudo systemctl stop fastApi.service
sudo systemctl stop pubimg.service