rc.conf(5): Add note about parallel startup variable

The commit below added parallel service startup, and it needs to be
documented, so people know about it.

PR:		249192
MFC with:	77e1ccbee3

Reviewed by:	yuripv
Differential Revision:	https://reviews.freebsd.org/D28898
This commit is contained in:
Daniel Ebdrup Jensen 2021-02-23 22:25:44 +01:00
parent d2589dc3d5
commit 408edcca07

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd January 10, 2021
.Dd February 23, 2021
.Dt RC.CONF 5
.Os
.Sh NAME
@ -140,6 +140,14 @@ If set to
show
.Dq Starting foo:
when faststart is used (e.g., at boot time).
.It Va rc_parallel_start
.Pq Vt bool
If set to
.Dq Li YES ,
enable parallel startup of services.
Care should be taken to ensure that no loops occur, by using
.Nm rcorder
.Fl p .
.It Va early_late_divider
.Pq Vt str
The name of the script that should be used as the
@ -4670,6 +4678,7 @@ it will be made permanently active.
.Xr quotaon 8 ,
.Xr rc 8 ,
.Xr rc.sendmail 8 ,
.Xr rcorder 8 ,
.Xr rfcomm_pppd 8 ,
.Xr route 8 ,
.Xr routed 8 ,