[fix] Service nscd was not started at the end of the installation

This commit is contained in:
zamentur 2015-09-29 00:06:32 +02:00
parent 21be853424
commit 35d9857286

View file

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