mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
while true; do
|
||||
sleep 2
|
||||
avahi-daemon
|
||||
avahi-daemon > /dev/null 2>&1
|
||||
done
|
||||
)&
|
||||
|
Loading…
x
Reference in New Issue
Block a user