@ -115,7 +115,6 @@ tmpfs /mnt/syzoj-tmp2 tmpfs nodev,nosuid,size=384M 0 2
```
systemctl start syzoj-web
systemctl start syzoj-judge-daemon
systemctl start syzoj-judge-frontend
systemctl start syzoj-judge-runner@1
执行后,如果启动成功,ps-ef | grep node 应该可以看到你的四个进程。如果没有看到,那么请自行查看日志或考虑使用 screen 进行调试。