1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-10 23:50:16 +02:00
openwrt-xburst/data/qi_lb60/files/etc/init.d/start
Xiangfu Liu ad57f3602b use start-stop-daemon to start gmenu2x, thanks to kyak
Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc>
2010-10-17 20:54:44 +08:00

8 lines
138 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
START=99
boot() {
SDL_NOMOUSE=1 start-stop-daemon -S -b -x /usr/bin/gmenu2x
}