1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 00:48:27 +02:00

use start-stop-daemon to start gmenu2x, thanks to kyak

Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
This commit is contained in:
Xiangfu Liu 2010-10-17 18:55:15 +08:00
parent d52f296166
commit ad57f3602b

View File

@ -3,6 +3,5 @@
START=99
boot() {
source /etc/profile
/usr/bin/gmenu2x
SDL_NOMOUSE=1 start-stop-daemon -S -b -x /usr/bin/gmenu2x
}