summaryrefslogtreecommitdiffstats
path: root/core/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr')
-rwxr-xr-xcore/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr b/core/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr
index 1a56e8d0..9fe09ec3 100755
--- a/core/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr
+++ b/core/modules/pvs2/data/opt/openslx/scripts/systemd-pvsmgr
@@ -9,14 +9,5 @@ if [ -n "$SLX_PVS_CONFIG_URL" ]; then
[ -s "${DST}.new" ] && mv -f "${DST}.new" "${DST}"
fi
-# If this is a dedicated PVS station, make it launch right away
-if [ -n "$SLX_PVS_DEDICATED" ] && cd /opt/openslx/xsessions; then
- for file in *.desktop; do
- cp -f "/usr/share/xsessions/pvs2mgr.desktop" "$file"
- done
- # patch autologin into kdmrc
- sed -i '/AutoLogin.*=/d;/^\[X-.*-Core\]/a AutoLoginEnable=true\nAutoLoginUser=demo\nAutoLoginAgain=true\nAutoLoginDelay=0' "/etc/kde/kdm/kdmrc"
-fi
-
exit 0