Restart prosody
This commit is contained in:
parent
ca4e31726c
commit
90713a87db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue