Last active
February 18, 2016 17:47
-
-
Save lgreenlee/35192f57b4a6ed238e61 to your computer and use it in GitHub Desktop.
DNSCache systemd configuration for Ubuntu
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=A DNS cache daemon | |
Documentation=man:dnscache(8) | |
Requires=network.target | |
After=network.target | |
[Service] | |
Restart=always | |
PIDFile=/var/run/dnscache.pid | |
ExecStart=/etc/dnscache/run | |
WorkingDirectory=/etc/dnscache | |
[Install] | |
WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment