Change execution user for icecast startup script

This commit is contained in:
Alexandre
2026-01-31 11:26:18 +01:00
committed by GitHub
parent 1e79394155
commit 6e4898e597

View File

@@ -2,4 +2,4 @@
# shellcheck shell=bash
set -euo pipefail
export PULSE_SERVER=unix:/run/pulse/native
exec /usr/local/bin/start-icecast.sh
gosu icecast2 /usr/local/bin/start-icecast.sh