Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
66859fe4b5a21319cfef9ec3e23334c6769bdd59
/
.
/
yocto-poky
/
meta
/
recipes-graphics
/
x11-common
/
x11-common
/
Xserver.in
blob: b8eed7610faaf5becc36151098b399405d2a82c1 [
file
] [
log
] [
blame
]
#!/bin/sh
#
XSERVER
=/
usr
/
bin
/
Xorg
.
/
etc
/
profile
ARGS
=
" -br -pn @BLANK_ARGS@"
DISPLAY
=
':0'
exec xinit
/
etc
/
X11
/
Xsession
--
$XSERVER $DISPLAY $ARGS $
*