Reloads wrong service on remove jitsi-meet-prosody.

This commit is contained in:
Damian Minkov 2015-06-11 11:55:01 +03:00
parent f378d43e31
commit 643b2024c0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ set -e
case "$1" in
remove)
if [ -x "/etc/init.d/prosody" ]; then
invoke-rc.d nginx reload
invoke-rc.d prosody reload
fi
;;