summaryrefslogtreecommitdiffstats
path: root/core/modules/slxbrowser/data/opt/openslx/lightdm/autologin.d/00-check-slxbrowser
blob: 4fe45c02654979993f2f615bb0f1df13604bc15a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/ash
# This file is SOURCED

# Kiosk mode?
if [ -n "$SLX_BROWSER_URL" ]; then
	exec /opt/openslx/scripts/kiosk-launch
fi

true