summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common/x11-common/Xserver.in
blob: b8eed7610faaf5becc36151098b399405d2a82c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
#

XSERVER=/usr/bin/Xorg

. /etc/profile

ARGS=" -br -pn @BLANK_ARGS@"

DISPLAY=':0'

exec xinit /etc/X11/Xsession -- $XSERVER $DISPLAY $ARGS $*