diff options
Diffstat (limited to 'templates/run.j2')
| -rw-r--r-- | templates/run.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/run.j2 b/templates/run.j2 new file mode 100644 index 0000000..7173f62 --- /dev/null +++ b/templates/run.j2 @@ -0,0 +1,4 @@ +#!/bin/sh +# install -d -m 0755 -o nsd -g nsd /run/nsd +exec nsd -d 2>/dev/null + |
