8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
#!/command/with-contenv bashio
|
|
set -e
|
|
|
|
export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
|
|
|
|
bashio::log.info 'Starting MPD Scrobbler'
|
|
mpdscribble -v --log syslog --host 127.0.0.1 --port 6600 -D --config /media/mpdscribble.conf
|