Advertisement
Guest User

Untitled

a guest
May 9th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement