Restart prosody

This commit is contained in:
Bob Mottram 2015-10-31 23:14:28 +00:00
parent ca4e31726c
commit 90713a87db

View File

@ -78,5 +78,8 @@ fi
if [ -f /etc/init.d/spamassassin ]; then
service spamassassin restart
fi
if [ -d /etc/prosody ]; then
service prosody restart
fi
exit 0