RE: limits do not apply

2011-11-07 Thread rozhuk . im
bsd- > hack...@freebsd.org] On Behalf Of Joerg Sonnenberger > Sent: Monday, November 07, 2011 6:20 PM > To: freebsd-hackers@freebsd.org; hack...@freebsd.org > Subject: Re: limits do not apply > > On Mon, Nov 07, 2011 at 01:24:05PM +0900, rozhuk...@gmail.com wrote: > > Scr

Re: limits do not apply

2011-11-07 Thread Joerg Sonnenberger
On Mon, Nov 07, 2011 at 01:24:05PM +0900, rozhuk...@gmail.com wrote: > Scripts for which the specified user inherit it from the startup script, > rather than generate it based on the settings for the user. > > #su -m mysql -c '/bin/sh -c "/usr/bin/env"' Try to use su -c default -m mysql ... Joer