On 24/07/2019 12:24, Manuel Bouyer wrote:
Or use the daemon class in login.conf if you are comfortable with the limits being raised for all things started by etc/rc.d scripts.Maybe: start_precmd="set_limits" set_limits() { ulimit -s 131072 named_precmd }
Mike