diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-20 18:13:40 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-20 18:13:40 -0500 |
| commit | f4d3ed112d9e8fc79d73c4d936eae510a5ed08b4 (patch) | |
| tree | 9b05d03acd5ff23d2208aeca552d3762111c56ed | |
| parent | a468044c0337d1a2ac0dab2ce3efc4ad766f81a3 (diff) | |
| download | nsd-master.tar.gz nsd-master.tar.xz | |
| -rw-r--r-- | templates/nsd/run.j2 | 3 |
1 files changed, 1 insertions, 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 |
