mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Remove apache calls
This commit is contained in:
parent
3e2a816a72
commit
5c624db5f8
2 changed files with 2 additions and 10 deletions
|
@ -49,7 +49,7 @@ cat << EOF > /etc/yunohost/yunohost.conf
|
|||
#to enable yunohost custom config change no by yes
|
||||
|
||||
amavis=no
|
||||
apache2=no
|
||||
nginx=no
|
||||
dovecot=no
|
||||
iptables=no
|
||||
ssowat=no
|
||||
|
@ -133,10 +133,6 @@ then
|
|||
exit $ERR_FAIL_INSTALL
|
||||
else
|
||||
service slapd restart
|
||||
service apache2 restart
|
||||
service dovecot restart
|
||||
service postfix restart
|
||||
service metronome restart
|
||||
service iptables start
|
||||
service nscd restart
|
||||
service nslcd restart
|
||||
|
|
|
@ -50,7 +50,7 @@ cat << EOF > /etc/yunohost/yunohost.conf
|
|||
#to enable yunohost custom config change no by yes
|
||||
|
||||
amavis=no
|
||||
apache2=no
|
||||
nginx=no
|
||||
dovecot=no
|
||||
iptables=no
|
||||
ssowat=no
|
||||
|
@ -140,10 +140,6 @@ then
|
|||
exit $ERR_FAIL_INSTALL
|
||||
else
|
||||
service slapd restart
|
||||
service apache2 restart
|
||||
service dovecot restart
|
||||
service postfix restart
|
||||
service metronome restart
|
||||
service iptables start
|
||||
service nscd restart
|
||||
service nslcd restart
|
||||
|
|
Loading…
Add table
Reference in a new issue