From 35d9857286c60183c206ff634203612c45778dbc Mon Sep 17 00:00:00 2001 From: zamentur Date: Tue, 29 Sep 2015 00:06:32 +0200 Subject: [PATCH] [fix] Service nscd was not started at the end of the installation --- install_yunohostv2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index 98a802a..1f99d6d 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -267,8 +267,8 @@ install_yunohost_packages() { restart_services() { service slapd restart # service yunohost-firewall start -# service nscd restart -# service nslcd restart + service nscd restart + service nslcd restart # NOTE : We don't fail if slapd fails to restart... return 0