blob: 7a6d43bae09447fd49cafd7d3e35de6251ab1ea4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Configuration for /etc/init.d/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
|