mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-24 14:23:07 +01:00
Initial add of cups add-on
This commit is contained in:
8
cups/rootfs/etc/services.d/avahi/run
Normal file
8
cups/rootfs/etc/services.d/avahi/run
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
|
||||
# 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
|
||||
|
||||
exec avahi-daemon
|
||||
Reference in New Issue
Block a user