diff --git a/docs/install.md b/docs/install.md index f73c71d..2bb0f30 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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 进行调试。