Merge pull request #65 from goffi-contrib/signal_fix

Fix signal handling
This commit is contained in:
Matthew Wild 2020-10-12 06:55:37 +01:00 committed by GitHub
commit 3a21cd2c21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,4 +12,4 @@ if [ "$LOCAL" -a "$PASSWORD" -a "$DOMAIN" ] ; then
prosodyctl register "$LOCAL" "$DOMAIN" "$PASSWORD"
fi
runuser -u prosody -- "$@"
exec runuser -u prosody -- "$@"