blob: 21d0a08fd2a6fc75e1152cdcedd1711e5c760e94 (
plain)
1
2
3
4
5
6
7
8
|
#!/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}"
|