summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2/data/opt/openslx/lightdm/autologin.d/00-check-pvs-dedicated
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/pvs2/data/opt/openslx/lightdm/autologin.d/00-check-pvs-dedicated')
-rw-r--r--core/modules/pvs2/data/opt/openslx/lightdm/autologin.d/00-check-pvs-dedicated10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/modules/pvs2/data/opt/openslx/lightdm/autologin.d/00-check-pvs-dedicated b/core/modules/pvs2/data/opt/openslx/lightdm/autologin.d/00-check-pvs-dedicated
new file mode 100644
index 00000000..420cfc5c
--- /dev/null
+++ b/core/modules/pvs2/data/opt/openslx/lightdm/autologin.d/00-check-pvs-dedicated
@@ -0,0 +1,10 @@
+#!/bin/ash
+# This file is SOURCED
+
+# PVSMGR?
+if [ -n "$SLX_PVS_DEDICATED" ]; then
+ exec /opt/openslx/scripts/setup-pvsmgr
+fi
+
+true
+