18 lines
319 B
SYSTEMD
18 lines
319 B
SYSTEMD
|
[Unit]
|
||
|
Description=DNSCrypt client proxy
|
||
|
Documentation=man:dnscrypt-proxy(8)
|
||
|
Requires=dnscrypt-proxy.socket
|
||
|
After=network.target
|
||
|
Before=nss-lookup.target
|
||
|
|
||
|
[Install]
|
||
|
Also=dnscrypt-proxy.socket
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
NonBlocking=true
|
||
|
|
||
|
# Change this
|
||
|
ExecStart=/opt/dnscrypt-proxy/dnscrypt-proxy
|