diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:12:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:14:19 +0000 |
commit | 1e466a24c57acb162cbc1743a54d25def47c26c2 (patch) | |
tree | a3051cd30cbe024c2fd1f9e5095d817b8ab46323 /main/dnsmasq/dnsmasq.confd | |
parent | cfed76043a5f2cfbf62850c68ec439257d4a8c59 (diff) | |
download | aports-1e466a24c57acb162cbc1743a54d25def47c26c2.tar.bz2 aports-1e466a24c57acb162cbc1743a54d25def47c26c2.tar.xz |
main/dnsmasq: replace opts in init.d script and create user/group
While we were here we create and enable the user "dnsmasq".
ref #943
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" |