mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 08:27:48 +00:00
avahi: wait until network starts
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
beb11f60f4
commit
6ac71c0e73
@ -23,7 +23,10 @@
|
|||||||
# runlevels: openelec, textmode
|
# runlevels: openelec, textmode
|
||||||
|
|
||||||
(
|
(
|
||||||
|
wait_for_network
|
||||||
|
|
||||||
progress "Starting Avahi Daemon"
|
progress "Starting Avahi Daemon"
|
||||||
|
|
||||||
mkdir -p /var/run/avahi-daemon
|
mkdir -p /var/run/avahi-daemon
|
||||||
avahi-daemon -D
|
avahi-daemon -D
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user