mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 23:47:49 +00:00
xbmc: wait for starting Xorg
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e32ca3ccba
commit
70dfc25689
@ -30,8 +30,13 @@ progress "starting XBMC"
|
||||
|
||||
XBMC_ARGS="--standalone -fs --lircdev /dev/lircd"
|
||||
|
||||
# starting autoupdate
|
||||
[ -f /usr/bin/autoupdate ] && /usr/bin/autoupdate &
|
||||
|
||||
# waiting for Xorg to start
|
||||
wait_for_xorg
|
||||
|
||||
# starting XBMC
|
||||
while true; do
|
||||
|
||||
DISPLAY=:0.0 xbmc $XBMC_ARGS > /dev/null 2>&1
|
||||
|
Loading…
x
Reference in New Issue
Block a user