diff options
author | 2016-08-05 16:11:08 +0000 | |
---|---|---|
committer | 2016-08-05 16:11:08 +0000 | |
commit | 604d2a3730fb0ce0939f19f8ec545e7719226f67 (patch) | |
tree | f4ff6e237e3ea9c430efc00344dc468e16637c70 | |
parent | fd6fd68a223ee6de005e485ff54de376a761c2b8 (diff) | |
download | coredns-604d2a3730fb0ce0939f19f8ec545e7719226f67.tar.gz coredns-604d2a3730fb0ce0939f19f8ec545e7719226f67.tar.zst coredns-604d2a3730fb0ce0939f19f8ec545e7719226f67.zip |
Add reload command to systemd unit file
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ 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 +ExecReload=/bin/kill -SIGUSR1 $MAINPID Restart=on-failure [Install] |