Restart prosody
This commit is contained in:
parent
ca4e31726c
commit
90713a87db
|
@ -78,5 +78,8 @@ fi
|
||||||
if [ -f /etc/init.d/spamassassin ]; then
|
if [ -f /etc/init.d/spamassassin ]; then
|
||||||
service spamassassin restart
|
service spamassassin restart
|
||||||
fi
|
fi
|
||||||
|
if [ -d /etc/prosody ]; then
|
||||||
|
service prosody restart
|
||||||
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue