add documentation for the systemd nest feature for XRDP

This commit is contained in:
2024-06-11 15:52:18 +02:00
parent bff2edb880
commit 783eb21240

View File

@@ -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
```