NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: named limits



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


Home | Main Index | Thread Index | Old Index