From d48f939b0ea5c2d4a32ed1d0fab11ade549c5a49 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Sat, 14 Sep 2019 16:03:11 -0400 Subject: Support Alpine Linux --- templates/run.j2 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/run.j2 (limited to 'templates/run.j2') 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 + -- cgit v1.2.3