Skip to content

Instantly share code, notes, and snippets.

@charithe
Created June 8, 2013 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save charithe/5735908 to your computer and use it in GitHub Desktop.
Save charithe/5735908 to your computer and use it in GitHub Desktop.
systemd service definition for the dnscrypt-proxy. For more information, see my blog post at http://www.lucidelectricdreams.com/2013/06/setting-up-dnscrypt-on-fedora.html
[Unit]
Description=dnscrypt - Encrypted DNS service provided by OpenDNS
After=NetworkManager.service
[Service]
ExecStart=/usr/local/sbin/dnscrypt-proxy -u dnscrypt
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=basic.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment