Merge pull request #65 from goffi-contrib/signal_fix
Fix signal handling
This commit is contained in:
commit
3a21cd2c21
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@ if [ "$LOCAL" -a "$PASSWORD" -a "$DOMAIN" ] ; then
|
|||
prosodyctl register "$LOCAL" "$DOMAIN" "$PASSWORD"
|
||||
fi
|
||||
|
||||
runuser -u prosody -- "$@"
|
||||
exec runuser -u prosody -- "$@"
|
||||
|
|
Loading…
Reference in a new issue