From 783eb212401af29cafc0e41957ba6c4e7cfdc31e Mon Sep 17 00:00:00 2001 From: Gilles Martin Date: Tue, 11 Jun 2024 15:52:18 +0200 Subject: [PATCH] add documentation for the systemd nest feature for XRDP --- admin-guide/configuration/xrdp.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin-guide/configuration/xrdp.md b/admin-guide/configuration/xrdp.md index 22e32bdd..0c737020 100644 --- a/admin-guide/configuration/xrdp.md +++ b/admin-guide/configuration/xrdp.md @@ -28,3 +28,9 @@ Also you may choose the backend for the virtual sessions, either `libxup.so` (de ``` xrdp::virtual_desktop::backend: 'libvnc.so' ``` + +If you want to allow the same user to be able to open in parallel a local and a remote session then you can enable the systemd nest feature: + +``` +xrdp::nest_systemd::enable: true +```