View difference between Paste ID: pcUp4A2D and
SHOW: | | - or go back to the newest paste.
1-
1+
[Unit]
2
Description=A tool for securing communications between a client and a DNS resolver.
3
After=network.target
4
# Only needed if you use pdnsd, other caching DNS servers can go here. Could be ignored too.
5
# Before=pdnsd.service
6
7
[Service]
8
Type=forking
9
# Set this to whatever you specify after the '-p' flag
10
PIDFile=/var/run/dnscrypt-proxy.pid
11
# The '-u' switch can be ignored but it is recommended to drop the proxy privileges to a user # with an empty home directory.
12
ExecStart=/usr/sbin/dnscrypt-proxy --daemonize -p /var/run/dnscrypt-proxy.pid -u dnscrypt
13
14
[Install]
15
WantedBy=multi-user.target