Files
2023-10-05 22:22:17 +02:00

12 lines
179 B
Bash

#!/usr/bin/with-contenv bashio
ulimit -n 1048576
until [ -e /var/run/avahi-daemon/socket ]; do
sleep 1s
done
bashio::log.info "Starting CUPS server as CMD from S6"
cupsd -f