From 604d2a3730fb0ce0939f19f8ec545e7719226f67 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Fri, 5 Aug 2016 16:11:08 +0000 Subject: [PATCH] Add reload command to systemd unit file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4ad61a6f..e887e0875 100644 --- a/README.md +++ b/README.md @@ -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]