diff options
Diffstat (limited to 'main/dnsmasq/dnsmasq.confd')
-rw-r--r-- | main/dnsmasq/dnsmasq.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/dnsmasq/dnsmasq.confd b/main/dnsmasq/dnsmasq.confd index 47826dd508..0e94463074 100644 --- a/main/dnsmasq/dnsmasq.confd +++ b/main/dnsmasq/dnsmasq.confd @@ -1,4 +1,4 @@ # /etc/conf.d/dnsmasq: config file for /etc/init.d/dnsmasq # See the dnsmasq(8) man page for possible options to put here. -DNSMASQ_OPTS="" +DNSMASQ_OPTS="--user=dnsmasq --group=dnsmasq" |