init
This commit is contained in:
BIN
StartService/bin/start
Executable file
BIN
StartService/bin/start
Executable file
Binary file not shown.
5
StartService/bin/start.sh
Normal file
5
StartService/bin/start.sh
Normal 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
3
StartService/bin/stop.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
sudo systemctl stop fastApi.service
|
||||
|
||||
sudo systemctl stop pubimg.service
|
Reference in New Issue
Block a user