From ca5ff14d2458e3f915ea250ac3ea7180f4755d8d Mon Sep 17 00:00:00 2001 From: richie Date: Wed, 26 Jun 2019 16:06:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/install.md | 1 - 1 file changed, 1 deletion(-) 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 进行调试。