diff options
Diffstat (limited to 'abs/extra/dnsmasq/dnsmasq.confd')
-rw-r--r-- | abs/extra/dnsmasq/dnsmasq.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/extra/dnsmasq/dnsmasq.confd b/abs/extra/dnsmasq/dnsmasq.confd new file mode 100644 index 0000000..933b928 --- /dev/null +++ b/abs/extra/dnsmasq/dnsmasq.confd @@ -0,0 +1,9 @@ +# +# runtime config for dnsmasq +# + +# if unset, dnsmasq will run as nobody. +DNSMASQ_USER=dnsmasq + +# other runtime options. treated as an array. +DNSMASQ_OPTS=() |