mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
avahi: be quiet on startup
Signed-off-by: Stephan Raue <stephan@linux-2.fritz.box>
This commit is contained in:
parent
274fa9f350
commit
de5578ad3a
@ -29,6 +29,6 @@
|
|||||||
mkdir -p /var/run/avahi-daemon
|
mkdir -p /var/run/avahi-daemon
|
||||||
while true; do
|
while true; do
|
||||||
sleep 2
|
sleep 2
|
||||||
avahi-daemon
|
avahi-daemon > /dev/null 2>&1
|
||||||
done
|
done
|
||||||
)&
|
)&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user