summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/data/etc/X11/Xsession-setup
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/xorg/data/etc/X11/Xsession-setup')
-rwxr-xr-xcore/modules/xorg/data/etc/X11/Xsession-setup5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/xorg/data/etc/X11/Xsession-setup b/core/modules/xorg/data/etc/X11/Xsession-setup
new file mode 100755
index 00000000..753e56da
--- /dev/null
+++ b/core/modules/xorg/data/etc/X11/Xsession-setup
@@ -0,0 +1,5 @@
+#!/bin/ash
+
+# Marker that a session started (Xreset)
+touch "/run/openslx/ldm-session-$DISPLAY"
+exit 0