From 6e4898e597e2a61a4853784935832d3c6a3af206 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 31 Jan 2026 11:26:18 +0100 Subject: [PATCH] Change execution user for icecast startup script --- birdnet-pipy/rootfs/etc/services.d/icecast/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pipy/rootfs/etc/services.d/icecast/run b/birdnet-pipy/rootfs/etc/services.d/icecast/run index 2c0779010..220df56dc 100644 --- a/birdnet-pipy/rootfs/etc/services.d/icecast/run +++ b/birdnet-pipy/rootfs/etc/services.d/icecast/run @@ -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