From 5c624db5f853395c51931bde96938e5dc916e7e2 Mon Sep 17 00:00:00 2001 From: Kload Date: Thu, 17 Oct 2013 10:19:22 +0200 Subject: [PATCH] Remove apache calls --- autoinstall_yunohostv2 | 6 +----- install_yunohostv2 | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/autoinstall_yunohostv2 b/autoinstall_yunohostv2 index c88e157..74de1c9 100755 --- a/autoinstall_yunohostv2 +++ b/autoinstall_yunohostv2 @@ -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 diff --git a/install_yunohostv2 b/install_yunohostv2 index 44c3ece..23814f3 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -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