dnscrypt-proxy service: order before nss-lookup.target

This commit is contained in:
Joachim Fasting 2016-12-27 19:20:23 +01:00
parent 3dbf6b4a09
commit d8659f24e6
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -263,6 +263,8 @@ in
systemd.services.dnscrypt-proxy = {
description = "dnscrypt-proxy daemon";
before = [ "nss-lookup.target" ];
after = [ "network.target" ]
++ optional apparmorEnabled "apparmor.service"
++ optional useUpstreamResolverList "init-dnscrypt-proxy-statedir.service";