diff options
author | 2016-10-08 16:44:43 +0100 | |
---|---|---|
committer | 2016-10-08 16:44:43 +0100 | |
commit | e8b4412564e12d3dacd1aecb0bac66302c787754 (patch) | |
tree | edd96edc6aa27c99999f2024844557e2ea5bd583 /README.md | |
parent | e43384b501e211364cd167c87b4759e60add9776 (diff) | |
download | coredns-e8b4412564e12d3dacd1aecb0bac66302c787754.tar.gz coredns-e8b4412564e12d3dacd1aecb0bac66302c787754.tar.zst coredns-e8b4412564e12d3dacd1aecb0bac66302c787754.zip |
tests: clean up output
Some document improvements and add a few more tests.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -143,7 +143,7 @@ Github: <https://github.com/miekg/coredns> ## Systemd Service File -Use this as a systemd service file. It defaults to a coredns with a homedir of /home/coredns
+Use this as a systemd service file. It defaults to a coredns with a homedir of /home/coredns and the binary lives in /opt/bin and the config in `/etc/coredns/Corefile`: ~~~ txt @@ -154,12 +154,11 @@ After=network.target [Service] PermissionsStartOnly=true -PIDFile=/home/coredns/coredns.pid LimitNOFILE=8192 User=coredns WorkingDirectory=/home/coredns ExecStartPre=/sbin/setcap cap_net_bind_service=+ep /opt/bin/coredns -ExecStart=/opt/bin/coredns -pidfile /home/coredns/coredns.pid -conf=/etc/coredns/Corefile +ExecStart=/opt/bin/coredns -conf=/etc/coredns/Corefile ExecReload=/bin/kill -SIGUSR1 $MAINPID Restart=on-failure |