mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Boring hack because sometimes dbus is not started/enabled ...
This commit is contained in:
parent
15caedaa3a
commit
66153444b2
1 changed files with 3 additions and 1 deletions
4
bullseye
4
bullseye
|
@ -533,7 +533,9 @@ function restart_services() {
|
|||
service unscd restart
|
||||
service nslcd restart
|
||||
|
||||
# NOTE : We don't fail if slapd fails to restart...
|
||||
# For some reason sometimes dbus is not properly started/enabled ...
|
||||
systemctl is-active dbus >/dev/null || systemctl enable dbus --now
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue