Reuse XRDP's X server for VirtualGL

This commit is contained in:
Héctor Molinero Fernández
2020-03-06 20:01:07 +01:00
parent 366e2200e3
commit 859a3ab28a
4 changed files with 6 additions and 8 deletions

View File

@@ -44,8 +44,8 @@ unset UNPRIVILEGED_USER_PASSWORD
# Dump environment variables
export-env > /etc/profile.d/env.sh
# Enable xdummy service if ENABLE_VIRTUALGL is true
if [ "${ENABLE_VIRTUALGL:?}" = 'true' ]; then
# Enable xdummy service if ENABLE_XDUMMY is true
if [ "${ENABLE_XDUMMY:?}" = 'true' ]; then
ln -s /etc/sv/xdummy /etc/service/
fi