Files
homeassistant-addons/cups-dev/rootfs/etc/s6-overlay/s6-rc.d/cups-server/run
2023-10-05 22:22:17 +02:00

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