From c0601a6d9e2ed7159fe25c91aa158e643c1667b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Tue, 1 Apr 2014 21:21:54 +0200 Subject: [PATCH] - make unbound-anchor quiet --- unbound.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unbound.init b/unbound.init index c149212..894b522 100644 --- a/unbound.init +++ b/unbound.init @@ -38,9 +38,9 @@ start() { msg_starting "Unbound" # prepare the root key file - /usr/sbin/unbound-anchor -v -a /var/lib/unbound/root.key + /usr/sbin/unbound-anchor -v -a /var/lib/unbound/root.key > /dev/null - daemon /usr/sbin/unbound \ + daemon /usr/sbin/unbound \ -c /etc/unbound/unbound.conf $UNBOUND_OPT