mirror of
https://github.com/QingdaoU/JudgeServer.git
synced 2025-11-04 14:50:01 +08:00
5 lines
173 B
Bash
5 lines
173 B
Bash
#!/usr/bin/env bash
|
|
chown compiler:compiler /spj
|
|
echo 0 > /tmp/counter
|
|
gunicorn --workers 4 --threads 4 --error-logfile /log/gunicorn.log --bind 0.0.0.0:8080 server:wsgiapp
|