1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

xserver-nodm: sleep for 20s after X11 start to give time for x11 userland to boot

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4793 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-07-03 10:45:59 +00:00
parent a0094b2754
commit 15cc35e419
2 changed files with 2 additions and 1 deletions
@@ -2,7 +2,7 @@ DESCRIPTION = "Simple Xserver Init Script (no dm)"
LICENSE = "GPL"
SECTION = "x11"
PRIORITY = "optional"
PR = "r11"
PR = "r12"
SRC_URI = "file://xserver-nodm"
S = ${WORKDIR}
@@ -19,6 +19,7 @@ case "$1" in
. /etc/profile
echo "Starting Xserver"
/etc/X11/Xserver &
sleep 20
;;
stop)