mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-25 05:04:13 +00:00
13 lines
173 B
Plaintext
13 lines
173 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
|
|
ulimit -n 1048576
|
|
|
|
bashio::log.info "Starting CUPS server from S6"
|
|
|
|
until [ -e /var/run/avahi-daemon/socket ]; do
|
|
sleep 1s
|
|
done
|
|
|
|
cupsd -f
|
|
|