| Date: | 2010-10-17 12:55:15 (2 years 8 months ago) |
|---|---|
| Author: | Xiangfu Liu |
| Commit: | ad57f3602b8c14879ca726709f348bee7fcec110 |
| Message: | use start-stop-daemon to start gmenu2x, thanks to kyak Signed-off-by: Xiangfu Liu <xiangfu@sharism.cc> |
| Files: |
data/qi_lb60/files/etc/init.d/start (1 diff) |
Change Details
| data/qi_lb60/files/etc/init.d/start | ||
|---|---|---|
| 3 | 3 | |
| 4 | 4 | START=99 |
| 5 | 5 | boot() { |
| 6 | source /etc/profile | |
| 7 | /usr/bin/gmenu2x | |
| 6 | SDL_NOMOUSE=1 start-stop-daemon -S -b -x /usr/bin/gmenu2x | |
| 8 | 7 | } |
