summaryrefslogtreecommitdiff
blob: 7151fd0ad7bb71aab9dcd3674925128bea63432e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/conf.d/dnsdist

# Options to pass on to dnsdist during the start
DNSDIST_OPTIONS=""

# Run dnsdist as this user
DNSDIST_USER="dnsdist"

# Run dnsdist in this group
DNSDIST_GROUP="dnsdist"

# Set the maximum number of open file descriptors
rc_ulimit="-n 2048"