10 lines
207 B
Plaintext
10 lines
207 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
set -e
|
|
bashio::net.wait_for 6600
|
|
|
|
# Enable Jemalloc for better memory handling
|
|
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
|
|
|
bashio::log.info 'Start ympd'
|
|
ympd -w 6680
|