Start X server in the background, so that the boot process completes, thanks sn9

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12385 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-08-25 05:18:37 +00:00
parent 43da1bffe4
commit b69acee9f4

View 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() {