9 lines
203 B
Bash
9 lines
203 B
Bash
#!/bin/bash
|
|
# use the gentoo startDM to start the default WM
|
|
#
|
|
# see /usr/share/doc/xrdp-version/startwm.sh for the factory version of this
|
|
# script.
|
|
source /etc/rc.conf
|
|
|
|
/etc/X11/Sessions/"${XSESSION}"
|