Restart exim

This commit is contained in:
Bob Mottram 2015-10-31 23:20:41 +00:00
parent 858947b462
commit 6c81c2a3e5
1 changed files with 3 additions and 0 deletions

View File

@ -81,5 +81,8 @@ fi
if [ -d /etc/prosody ]; then
service prosody restart
fi
if [ -d /etc/exim4 ]; then
service exim4 restart
fi
exit 0