summaryrefslogtreecommitdiffstats
path: root/core/modules/xorg/data/etc/X11/Xsession-setup
blob: 753e56dac4bb21f0adf7e71070ad5c0421efe62a (plain) (blame)
1
2
3
4
5
#!/bin/ash

# Marker that a session started (Xreset)
touch "/run/openslx/ldm-session-$DISPLAY"
exit 0