nslcd: Require network.target

This commit is contained in:
Rickard Nilsson 2013-03-05 19:44:12 +01:00
parent 09680dec6a
commit af152556e3

View file

@ -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 ];