#!/bin/ash
#
# /etc/X11/Xstartup
#
# Xstartup is executed on successful authentication, before the session is opened (as root)
#

export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/openslx/sbin:/opt/openslx/bin" 
/opt/openslx/scripts/local-accounts_mount-home.sh >> /var/log/mountlog 2>&1
