Skip to content
Snippets Groups Projects

Issue/3254

Merged Thiago Abdo requested to merge issue/3254 into develop
21 files
+ 673
620
Compare changes
  • Side-by-side
  • Inline
Files
21
#!/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 >> /root/mountlog 2>&1
Loading