Start X server in the background, so that the boot process completes, thanks sn9
authorFlorian Fainelli <florian@openwrt.org>
Mon, 25 Aug 2008 05:18:37 +0000 (05:18 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 25 Aug 2008 05:18:37 +0000 (05:18 +0000)
SVN-Revision: 12385

XOrg/meta/xorg-server-essentials/files/xorg.init

index bc56b921d121016b0aca99245e999c5e59016b45..5407bcbf00e62eebabb90a7319b9c595941ee132 100644 (file)
@@ -10,7 +10,7 @@ START=90
 start() {
        . /etc/profile
        mkdir -p /var/run/xorg
-       $SSD -S -p $PIDF -q -x $PROG -- $ARGS 
+       $SSD -S -p $PIDF -q -b -x $PROG -- $ARGS 
 }
 
 stop() {