Last active
November 1, 2016 21:24
-
-
Save kometchtech/29efe9aef131255ca36c to your computer and use it in GitHub Desktop.
Revisions
-
kometchtech revised this gist
Sep 25, 2015 . No changes.There are no files selected for viewing
-
kometchtech revised this gist
Sep 25, 2015 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -4,9 +4,11 @@ After=network.target networking.service [Service] Type=simple ExecStartPre=/usr/local/sbin/unbound-anchor -a /var/unbound/root.key ExecStartPre=/usr/local/sbin/unbound-checkconf ExecStart=/usr/local/sbin/unbound -d LimitNOFILE=102400 LimitNPROC=65535 [Install] WantedBy=multi-user.target -
kometchtech created this gist
Apr 19, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ [Unit] Description=Unbound is a validating, recursive, and caching DNS resolver. After=network.target networking.service [Service] Type=simple ExecStartPre=/usr/local/sbin/unbound-anchor -a /var/lib/unbound/root.key ExecStartPre=/usr/local/sbin/unbound-checkconf ExecStart=/usr/local/sbin/unbound -d [Install] WantedBy=multi-user.target