Revert "nslcd: Require network.target"
This reverts commit af152556e3d23ff0285691b60870ef6ea7813df6. The network target is probably not really required, needs further testing.
This commit is contained in:
parent
7abc36c145
commit
78f3da65ec
@ -223,8 +223,6 @@ 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