The lock-file configuration (both from configuration file and -X argument to named) has better alternatives nowadays. Modern process supervisor should be used to ensure that a single named process is running on a given configuration. Alternatively, it's possible to wrap the named with flock(1).
3 lines
133 B
Plaintext
3 lines
133 B
Plaintext
# this server runs named with only one worker thread
|
|
-m record -c named.conf -d 99 -D additional-ns1 -g -n 1 -T maxcachesize=2097152
|