From 9d4897b9bf243a0211d4c81f92276ef296cd45f4 Mon Sep 17 00:00:00 2001 From: Wey Gu Date: Tue, 16 Jan 2024 10:40:09 +0800 Subject: [PATCH] docs: remove the manually killall it's not needed as we fixed the killing process issue with psutil --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 27b708f..80a1ccb 100644 --- a/README.md +++ b/README.md @@ -183,16 +183,4 @@ pip3 uninstall nebulagraph-lite udocker rm -rf ~/.udocker ``` -- Step 4, kill the left processes, in case of any. - -```bash -ss -plunt | grep "9559\|9669\|9779" -# if any, kill them with killall or other tools - -killall -9 nebula-graphd -killall -9 nebula-storaged -killall -9 nebula-metad -``` - -