From owner-freebsd-rc@FreeBSD.ORG Fri Sep 14 01:41:10 2012 Return-Path: Delivered-To: freebsd-rc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C8E66106564A; Fri, 14 Sep 2012 01:41:10 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from ns.kevlo.org (kevlo.org [220.128.136.52]) by mx1.freebsd.org (Postfix) with ESMTP id 62ADE8FC16; Fri, 14 Sep 2012 01:41:09 +0000 (UTC) Received: from srg.kevlo.org (git.kevlo.org [220.128.136.52]) by ns.kevlo.org (8.14.5/8.14.5) with ESMTP id q8E1f7su003576; Fri, 14 Sep 2012 09:41:07 +0800 (CST) (envelope-from kevlo@FreeBSD.org) Message-ID: <50528B34.7070502@FreeBSD.org> Date: Fri, 14 Sep 2012 09:41:08 +0800 From: Kevin Lo User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120829 Thunderbird/14.0 MIME-Version: 1.0 To: Ivan Voras References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-rc@FreeBSD.org Subject: Re: Document the *_nice and other rc.conf variables? X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 01:41:10 -0000 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" >