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

# PVSMGR?
if [ -n "$SLX_PVS_DEDICATED" ]; then
	exec /opt/openslx/scripts/setup-pvsmgr
fi

true