summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-proxy/dnsproxy/files/confd')
-rw-r--r--net-proxy/dnsproxy/files/confd10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-proxy/dnsproxy/files/confd b/net-proxy/dnsproxy/files/confd
new file mode 100644
index 000000000..fdcc59a70
--- /dev/null
+++ b/net-proxy/dnsproxy/files/confd
@@ -0,0 +1,10 @@
+# options for dnsproxy
+#
+# -c file Read configuration from file.
+# -d Detach from current terminal and run as background process.
+# (do NOT use here, start-stop-daemon does it for you)
+
+# rarely you need to change these
+OPTIONS="-c /etc/dnsproxy/dnsproxy.conf"
+PIDFILE="/var/run/dnsproxy.pid"
+