aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnsmasq/dnsmasq.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/dnsmasq/dnsmasq.confd')
-rw-r--r--main/dnsmasq/dnsmasq.confd29
1 files changed, 26 insertions, 3 deletions
diff --git a/main/dnsmasq/dnsmasq.confd b/main/dnsmasq/dnsmasq.confd
index 0e94463074c..7a6d43bae09 100644
--- a/main/dnsmasq/dnsmasq.confd
+++ b/main/dnsmasq/dnsmasq.confd
@@ -1,4 +1,27 @@
-# /etc/conf.d/dnsmasq: config file for /etc/init.d/dnsmasq
+# Configuration for /etc/init.d/dnsmasq
-# See the dnsmasq(8) man page for possible options to put here.
-DNSMASQ_OPTS="--user=dnsmasq --group=dnsmasq"
+# Path to the dnsmasq configuration file.
+#cfgfile="/etc/dnsmasq.conf"
+
+# Location where to store DHCP leases (sets --dhcp-leasefile).
+#leasefile="/var/lib/misc/$RC_SVCNAME.leases"
+
+# Whether to automatically set up a network bridge when the init script is
+# a symlink with suffix (e.g. /etc/init.d/dnsmasq.br0).
+#setup_bridge=yes
+
+# Additional setup command (runs before starting dnsmasq)
+# This can be an external command or a function defined here.
+# Service will not start if this command fails.
+#setup_command=
+
+# User and group to change to after startup.
+#user="dnsmasq"
+#group="dnsmasq"
+
+# Additional options to pass to the dnsmasq.
+# See the dnsmasq(8) man page for more information.
+#command_args=
+
+# Uncomment to run with process supervisor.
+# supervisor=supervise-daemon