mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Service nscd was not started at the end of the installation
This commit is contained in:
parent
21be853424
commit
35d9857286
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue