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