nslcd: Require network.target
This commit is contained in:
parent
09680dec6a
commit
af152556e3
1 changed files with 2 additions and 0 deletions
|
@ -223,6 +223,8 @@ mkIf cfg.enable {
|
|||
systemd.services = mkIf cfg.daemon.enable {
|
||||
nslcd = {
|
||||
wantedBy = [ "nss-user-lookup.target" ];
|
||||
wants = [ "network.target" ];
|
||||
after = [ "network.target" ];
|
||||
|
||||
path = [ nss_pam_ldapd ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue