mirror of
https://github.com/Mesteriis/hassio-addons-avm.git
synced 2026-09-07 12:49:07 +02:00
add new
This commit is contained in:
8
mpd/root/etc/services.d/mpd/run
Normal file
8
mpd/root/etc/services.d/mpd/run
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user