File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
rootfs/etc/services.d/pulseaudio Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# ==============================================================================
33# Start PulseAudio service
44# ==============================================================================
5- declare puluse_args =()
5+ declare pulse_args =()
66
7- if bashio::file.exists /data/pulse_audio.json; then
7+ if bashio::fs.file_exists /data/pulse_audio.json; then
88 # Debug option
99 if bashio::var.true "$(bashio::jq /data/pulse_audio.json '.debug')"; then
10- puluse_args +=("-vvv")
10+ pulse_args +=("-vvv")
1111 fi
1212else
1313 bashio::log.warning "No supervisor configuration found"
1717export PULSE_STATE_PATH="/data/states"
1818export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
1919
20- exec pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm "${puluse_args [@]}"
20+ exec pulseaudio --system --disallow-exit --exit-idle-time=-1 --disable-shm "${pulse_args [@]}"
You can’t perform that action at this time.
0 commit comments