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