Delete user prosody from entrypoing..

This commit is contained in:
mguschin
2026-02-04 13:24:19 +03:00
parent 6b6a531256
commit 2485e6fe3f
2 changed files with 3 additions and 4 deletions

View File

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