From 67db4cf68dbdb364c4dee1599294d7701f3c3b0a Mon Sep 17 00:00:00 2001 From: root Date: Tue, 5 Jun 2012 00:01:46 +0000 Subject: Tue Jun 5 00:01:46 UTC 2012 --- community/unbound/unbound.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/unbound/unbound.service (limited to 'community/unbound/unbound.service') diff --git a/community/unbound/unbound.service b/community/unbound/unbound.service new file mode 100644 index 000000000..8b3c9576b --- /dev/null +++ b/community/unbound/unbound.service @@ -0,0 +1,11 @@ +[Unit] +Description=Unbound DNS Resolver + +[Service] +PIDFile=/run/unbound.pid +ExecStart=/usr/sbin/unbound -d +ExecReload=/bin/kill -HUP $MAINPID +Restart=always + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf