Remove apache calls

This commit is contained in:
Kload 2013-10-17 10:19:22 +02:00
parent 3e2a816a72
commit 5c624db5f8
2 changed files with 2 additions and 10 deletions

View file

@ -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

View file

@ -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