remove startup scripts

pull/171/head
Aevann 2023-07-10 16:39:14 +03:00
parent 8a6f05c9b8
commit 7f5f757659
2 changed files with 0 additions and 10 deletions

View File

@ -1,5 +0,0 @@
#!/bin/bash
cd /rDrama
. ./.env
gunicorn files.__main__:app -w 3

View File

@ -1,5 +0,0 @@
#!/bin/bash
cd /rDrama
. ./.env
gunicorn files.__main__:app load_chat -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 -b 0.0.0.0:5001