Document the *_nice and other rc.conf variables?

Kevin Lo kevlo at FreeBSD.org
Fri Sep 14 01:41:10 UTC 2012


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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-rc
> To unsubscribe, send any mail to "freebsd-rc-unsubscribe at freebsd.org"
>



More information about the freebsd-rc mailing list