dnscrypt-proxy.socket: update [Unit] dependencies to match those from service (#260)
This commit is contained in:
parent
a95c7b729b
commit
f2ab65aab7
|
@ -1,5 +1,7 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=dnscrypt-proxy listening socket
|
Description=dnscrypt-proxy listening socket
|
||||||
|
Before=nss-lookup.target
|
||||||
|
Wants=nss-lookup.target
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=127.0.0.1:53
|
ListenStream=127.0.0.1:53
|
||||||
|
|
Loading…
Reference in New Issue