From 3e45a97075a48bfaafc6e5a4904f7bb9e6bedb25 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 30 Jul 2026 21:41:36 +0200 Subject: [PATCH] docs: Environment variables (#2029) --- docs/environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/environment.md b/docs/environment.md index 51b0ebf4..b5c4c4e7 100644 --- a/docs/environment.md +++ b/docs/environment.md @@ -182,4 +182,4 @@ Also see [Dynamic memory allocation](https://github.com/qemus/qemu/blob/master/d | `LOG` | `N` | Saves all output from `install.bat` to `C:\OEM\install.log` for troubleshooting. | | `DETECTED` | | Overrides the automatically detected Windows image identifier. | | `SERIAL` | `mon:stdio` | QEMU serial device configuration. | -| `MONITOR` | `unix:$QEMU_DIR/monitor.sock,server,wait=off,nodelay` | QEMU monitor configuration. | +| `MONITOR` | `unix:/run/shm/monitor.sock` | QEMU monitor configuration. |