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
|
#to enable yunohost custom config change no by yes
|
||||||
|
|
||||||
amavis=no
|
amavis=no
|
||||||
apache2=no
|
nginx=no
|
||||||
dovecot=no
|
dovecot=no
|
||||||
iptables=no
|
iptables=no
|
||||||
ssowat=no
|
ssowat=no
|
||||||
|
@ -133,10 +133,6 @@ then
|
||||||
exit $ERR_FAIL_INSTALL
|
exit $ERR_FAIL_INSTALL
|
||||||
else
|
else
|
||||||
service slapd restart
|
service slapd restart
|
||||||
service apache2 restart
|
|
||||||
service dovecot restart
|
|
||||||
service postfix restart
|
|
||||||
service metronome restart
|
|
||||||
service iptables start
|
service iptables start
|
||||||
service nscd restart
|
service nscd restart
|
||||||
service nslcd restart
|
service nslcd restart
|
||||||
|
|
|
@ -50,7 +50,7 @@ cat << EOF > /etc/yunohost/yunohost.conf
|
||||||
#to enable yunohost custom config change no by yes
|
#to enable yunohost custom config change no by yes
|
||||||
|
|
||||||
amavis=no
|
amavis=no
|
||||||
apache2=no
|
nginx=no
|
||||||
dovecot=no
|
dovecot=no
|
||||||
iptables=no
|
iptables=no
|
||||||
ssowat=no
|
ssowat=no
|
||||||
|
@ -140,10 +140,6 @@ then
|
||||||
exit $ERR_FAIL_INSTALL
|
exit $ERR_FAIL_INSTALL
|
||||||
else
|
else
|
||||||
service slapd restart
|
service slapd restart
|
||||||
service apache2 restart
|
|
||||||
service dovecot restart
|
|
||||||
service postfix restart
|
|
||||||
service metronome restart
|
|
||||||
service iptables start
|
service iptables start
|
||||||
service nscd restart
|
service nscd restart
|
||||||
service nslcd restart
|
service nslcd restart
|
||||||
|
|
Loading…
Add table
Reference in a new issue