From f4d3ed112d9e8fc79d73c4d936eae510a5ed08b4 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Sat, 20 Dec 2025 18:13:40 -0500 Subject: revert bad svlogd setup --- templates/nsd/run.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/nsd/run.j2 b/templates/nsd/run.j2 index 02f4587..1271feb 100644 --- a/templates/nsd/run.j2 +++ b/templates/nsd/run.j2 @@ -3,5 +3,4 @@ set -e if ! [ -d /var/log/nsd ]; then mkdir /var/log/nsd fi -nsd -d 2>&1 | svlogd -tt /var/log/nsd - +exec nsd -d -- cgit v1.2.3