aboutsummaryrefslogtreecommitdiff
path: root/examples/var_service/dnsmasq/run
diff options
context:
space:
mode:
Diffstat (limited to 'examples/var_service/dnsmasq/run')
-rwxr-xr-xexamples/var_service/dnsmasq/run12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/var_service/dnsmasq/run b/examples/var_service/dnsmasq/run
new file mode 100755
index 000000000..2ac94282f
--- /dev/null
+++ b/examples/var_service/dnsmasq/run
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+#exec >/dev/null
+exec 2>&1
+exec </dev/null
+
+echo "* Starting dnsmasq"
+exec \
+env - PATH="$PATH" \
+softlimit \
+setuidgid root \
+dnsmasq -C dnsmasq.conf