From 36eea65c4ccd9429825b46d22eadb4be0fb47f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1tvik=20Karanam?= <89281036+skara9@users.noreply.github.com> Date: Fri, 16 Aug 2024 14:10:43 -0400 Subject: [PATCH] Update worker_vm.md --- _docs/developer/getting_started/worker_vm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/developer/getting_started/worker_vm.md b/_docs/developer/getting_started/worker_vm.md index 69a8ae6c..165bdad2 100644 --- a/_docs/developer/getting_started/worker_vm.md +++ b/_docs/developer/getting_started/worker_vm.md @@ -43,8 +43,8 @@ machines* in addition to your primary vagrant virtual machine. _NOTE: Running a socket command while a worker machine is running can detach the process, making the VM inaccessible to vagrant. If this happens and you are unable - to `vagrant workers halt`, then you may run `pkill -15 -f qemu-system-` to halt - the worker machine._ + to `vagrant workers halt`, then you may run `pkill -15 -f qemu-system-` to kill + all virtual machines running on your computer (including the main Submitty VM)._ 6. Now you can create the worker machine(s) with: ```