summaryrefslogtreecommitdiffstats
path: root/core/modules/remote-access
diff options
context:
space:
mode:
authorSimon Rettberg2021-11-12 09:27:36 +0100
committerSimon Rettberg2021-11-12 09:27:36 +0100
commitc09f64e556ae3a6b3b9c5ab172c4e5c54f539512 (patch)
tree74ab0f3fe94be8a05db0946282eb0d9f9d919030 /core/modules/remote-access
parentUpdate kernel config (diff)
downloadmltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.tar.gz
mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.tar.xz
mltk-c09f64e556ae3a6b3b9c5ab172c4e5c54f539512.zip
/var/run -> /run
Diffstat (limited to 'core/modules/remote-access')
-rwxr-xr-xcore/modules/remote-access/data/opt/openslx/scripts/lightdm-Xvnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/remote-access/data/opt/openslx/scripts/lightdm-Xvnc b/core/modules/remote-access/data/opt/openslx/scripts/lightdm-Xvnc
index 738500b0..126866d0 100755
--- a/core/modules/remote-access/data/opt/openslx/scripts/lightdm-Xvnc
+++ b/core/modules/remote-access/data/opt/openslx/scripts/lightdm-Xvnc
@@ -1,4 +1,4 @@
#!/bin/sh
# Put xserver-command=<this> in lightdm-*.conf
-exec Xtigervnc :0 -rfbauth /root/.vnc/passwd -auth /var/run/lightdm/root/:0 -SecurityTypes VncAuth -geometry 1024x768 > /tmp/sasasa-$$ 2>&1
+exec Xtigervnc :0 -rfbauth /root/.vnc/passwd -auth /run/lightdm/root/:0 -SecurityTypes VncAuth -geometry 1024x768 > /tmp/sasasa-$$ 2>&1