Files
hassio-addons-avm/mpd/root/etc/services.d/mpd/run
2021-08-24 14:35:11 +03:00

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