Revert "nslcd: Require network.target"

This reverts commit af152556e3.

The network target is probably not really required, needs
further testing.
This commit is contained in:
Rickard Nilsson 2013-03-12 09:38:22 +01:00
parent 7abc36c145
commit 78f3da65ec

View file

@ -223,8 +223,6 @@ 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 ];