Date: Fri, 14 Sep 2012 09:41:08 +0800 From: Kevin Lo <kevlo@FreeBSD.org> To: Ivan Voras <ivoras@FreeBSD.org> Cc: freebsd-rc@FreeBSD.org Subject: Re: Document the *_nice and other rc.conf variables? Message-ID: <50528B34.7070502@FreeBSD.org> In-Reply-To: <CAF-QHFUgOPJKhZeBaN2BbDE3jYMj5_frsjXsyQScJ3dddN7J7Q@mail.gmail.com> References: <CAF-QHFVxRdy%2BPbi%2BFkkxcrr%2B3CJc%2BkzkB2rZY2-0y9E1vOEThQ@mail.gmail.com> <CAF-QHFUgOPJKhZeBaN2BbDE3jYMj5_frsjXsyQScJ3dddN7J7Q@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2012/09/13 07:23, Ivan Voras wrote: > Hello, > > I'd like to commit this simple addition to the rc.conf man page, and > I'm wondering if these simple descriptions are ok, or is there > something else which needs to be said about the knobs? Patch looks good to me. > > > Index: rc.conf.5 > =================================================================== > --- rc.conf.5 (revision 240388) > +++ rc.conf.5 (working copy) > @@ -168,6 +168,20 @@ > .Dq Li NO , > no swapfile is installed, otherwise the value is used as the full > pathname to a file to use for additional swap space. > +.It Va Ns Ao Ar name Ac Ns Va _chroot > +.Pq Vt str > +The chroot directory to run the service in. > +.It Va Ns Ao Ar name Ac Ns Va _user > +.Pq Vt str > +The user to run the chrooted service as. > +.It Va Ns Ao Ar name Ac Ns Va _group > +.Pq Vt str > +The group to run the chrooted service as. > +.It Ns Ao Ar name Ac Ns Va _nice > +.Pq Vt int > +The > +.Xr nice 1 > +value to run the service under. > .It Va apm_enable > .Pq Vt bool > If set to > _______________________________________________ > freebsd-rc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-rc > To unsubscribe, send any mail to "freebsd-rc-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50528B34.7070502>