"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@4400" did not exist on "4f1c2b4e5441d6cdbd2c6890f5fcb10c0f9f8acb"
Commit bfa18470 authored by John Belamaric's avatar John Belamaric Committed by Miek Gieben

Point users to deployment repo (#643)

parent f359aea2
......@@ -193,27 +193,7 @@ When no transport protocol is specified the default `dns://` is assumed.
- Github: <https://github.com/coredns/coredns>
## Systemd Service File
## Deployment
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
[Unit]
Description=CoreDNS DNS server
Documentation=https://coredns.io
After=network.target
[Service]
PermissionsStartOnly=true
LimitNOFILE=8192
User=coredns
WorkingDirectory=/home/coredns
ExecStartPre=/sbin/setcap cap_net_bind_service=+ep /opt/bin/coredns
ExecStart=/opt/bin/coredns -conf=/etc/coredns/Corefile
ExecReload=/bin/kill -SIGUSR1 $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target
~~~
Examples for deployment via systemd and other use cases can be found in the
[deployment repository](https://github.com/coredns/deployment).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment