nslcd: Require network.target
This commit is contained in:
parent
09680dec6a
commit
af152556e3
@ -223,6 +223,8 @@ mkIf cfg.enable {
|
|||||||
systemd.services = mkIf cfg.daemon.enable {
|
systemd.services = mkIf cfg.daemon.enable {
|
||||||
nslcd = {
|
nslcd = {
|
||||||
wantedBy = [ "nss-user-lookup.target" ];
|
wantedBy = [ "nss-user-lookup.target" ];
|
||||||
|
wants = [ "network.target" ];
|
||||||
|
after = [ "network.target" ];
|
||||||
|
|
||||||
path = [ nss_pam_ldapd ];
|
path = [ nss_pam_ldapd ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user