On 24/07/2019 12:24, Manuel Bouyer wrote:

Maybe:
start_precmd="set_limits"
set_limits()
{
     ulimit -s 131072
     named_precmd
}

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.

Mike

Reply via email to