diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-16 23:02:49 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-16 23:02:49 -0500 |
| commit | a468044c0337d1a2ac0dab2ce3efc4ad766f81a3 (patch) | |
| tree | ca7d1523a6b43e14dc4fb6d2cd15966774faa237 /templates/run.j2 | |
| parent | 256ed8e7653b1963e1cc2b6d30aa636e9766d07b (diff) | |
| download | nsd-a468044c0337d1a2ac0dab2ce3efc4ad766f81a3.tar.gz nsd-a468044c0337d1a2ac0dab2ce3efc4ad766f81a3.tar.xz | |
Rework the NSD role to support more operating systems with minimal effort and duplication
Diffstat (limited to 'templates/run.j2')
| -rw-r--r-- | templates/run.j2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/run.j2 b/templates/run.j2 deleted file mode 100644 index 7173f62..0000000 --- a/templates/run.j2 +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -# install -d -m 0755 -o nsd -g nsd /run/nsd -exec nsd -d 2>/dev/null - |
