mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 21:02:38 +00:00
[Cups-dev] Initial add
This commit is contained in:
11
cups-dev/rootfs/run.sh
Normal file
11
cups-dev/rootfs/run.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user