mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
add prosody restart
This commit is contained in:
parent
13e5d1ec24
commit
416d95b4d3
1 changed files with 6 additions and 1 deletions
|
@ -209,7 +209,12 @@ EOF
|
|||
service apache2 restart
|
||||
service dovecot restart
|
||||
service postfix restart
|
||||
service ejabberd restart
|
||||
if [ "$(lsb_release -cs)" = squeeze ];
|
||||
then
|
||||
service ejabberd restart
|
||||
else
|
||||
service prosody restart
|
||||
fi
|
||||
service iptables start
|
||||
service nscd restart
|
||||
service nslcd restart
|
||||
|
|
Loading…
Add table
Reference in a new issue