docker: Disable avahi by default. Suspected to be buggy.

This commit is contained in:
Koushik Dutta
2022-09-09 12:24:00 -07:00
parent d996595abf
commit 5415ffd552

View File

@@ -1,5 +1,12 @@
#!/bin/bash
if [ -z "$SCRYPTED_DOCKER_AVAHI" ]
then
while true
sleep 1000
done
fi
until [ -e /var/run/dbus/system_bus_socket ]; do
echo "Waiting for dbus..."
sleep 1s