mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
10 lines
301 B
Bash
10 lines
301 B
Bash
#!/bin/sh
|
|
|
|
ulimit -n 1048576
|
|
|
|
# Wait until D-Bus is up and the init script has mapped in the external hostname
|
|
until [ -e /var/run/dbus/system_bus_socket ] && [ -e /var/run/avahi_configured ]; do
|
|
sleep 1s
|
|
done
|
|
|
|
avahi-daemon 2>&1 | mawk -W interactive '{printf "%c[34m[avahi]%c[0m %s\n", 27, 27, $0}' |