mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
avahi: depends on dbus, so wait for it
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
8febbabfe6
commit
0b7e1daaf5
@ -28,7 +28,8 @@
|
|||||||
|
|
||||||
mkdir -p /var/run/avahi-daemon
|
mkdir -p /var/run/avahi-daemon
|
||||||
while true; do
|
while true; do
|
||||||
sleep 2
|
wait_for_dbus
|
||||||
avahi-daemon > /dev/null 2>&1
|
avahi-daemon > /dev/null 2>&1
|
||||||
|
sleep 500000
|
||||||
done
|
done
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user