8 lines
183 B
Plaintext
8 lines
183 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 -D --conf /media/mpdscribble.conf
|