mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
ssh: Start server after nslcd service
Fixes an issue where SSH server is available but users can't login because LDAP user services are not yet started. Tests performed: - Installed new ssh systemd override conf, rebooted, ensured that the sshd service starts after the nslcd service. Relates to #2452. Signed-off-by: Veiko Aasa <veiko17@disroot.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
4bc13f063f
commit
770ec09557
@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
# The service depends on users and groups defined in LDAP
|
||||
After=nslcd.service
|
||||
Loading…
x
Reference in New Issue
Block a user