nslcd: Require network.target
This commit is contained in:
@@ -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 ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user