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. |