mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-01-10 07:21:01 +01:00
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
set -e
|
|
|
|
# Enable Jemalloc for better memory handling
|
|
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
|
|
|
bashio::log.info 'Start MPD'
|
|
mpd --stdout --no-daemon
|