Fix su prosody.

This commit is contained in:
mguschin
2026-02-04 13:27:02 +03:00
parent 62f31eb7bc
commit 198a6a584e

View File

@@ -66,4 +66,4 @@ fi
echo "Starting Prosody..."
# Switch to prosody user and execute prosody
exec su prosody -c "$(printf '%s ' "$@")"
exec su -l prosody -c "exec $@"