mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-04-16 06:13:09 +01:00
[Cups-dev] Initial add
This commit is contained in:
11
cups-dev/rootfs/etc/s6-overlay/s6-rc.d/avahi-daemon/run
Normal file
11
cups-dev/rootfs/etc/s6-overlay/s6-rc.d/avahi-daemon/run
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/with-contenv bashio
|
||||
|
||||
ulimit -n 1048576
|
||||
|
||||
bashio::log.info "Starting Avahi daemon from S6"
|
||||
|
||||
until [ -e /run/dbus/system_bus_socket ]; do
|
||||
sleep 1s
|
||||
done
|
||||
|
||||
avahi-daemon
|
||||
Reference in New Issue
Block a user