mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 17:15:57 +02:00
Change execution user for icecast startup script
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
export PULSE_SERVER=unix:/run/pulse/native
|
export PULSE_SERVER=unix:/run/pulse/native
|
||||||
exec /usr/local/bin/start-icecast.sh
|
gosu icecast2 /usr/local/bin/start-icecast.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user