--- /usr/lib/systemd/system/dnscrypt-proxy.service 2014-03-16 21:16:23.767659554 -0300 +++ /usr/lib/systemd/system/dnscrypt-proxy@.service 2014-03-16 23:29:56.284411758 -0300 @@ -1,12 +1,12 @@ [Unit] -Description=A tool for securing communications between a client and a DNS resolver. +Description=A tool for securing communications between a client and a DNS resolver connected to %i. After=network.target # Only needed if you use pdnsd, other caching DNS servers can go here. Could be ignored too. #Before=pdnsd.service Before=unbound.service [Service] -EnvironmentFile=/etc/conf.d/dnscrypt-proxy +EnvironmentFile=/etc/conf.d/dnscrypt-proxy.%i ExecStart=/usr/bin/dnscrypt-proxy \ --local-address=${DNSCRYPT_LOCALIP}:${DNSCRYPT_LOCALPORT} \ --resolver-address=${DNSCRYPT_RESOLVERIP}:${DNSCRYPT_RESOLVERPORT} \