Created
June 8, 2013 17:14
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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