The branch main has been updated by debdrup (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=408edcca0746d15303e0b47bbf31a6d4aa721363
commit 408edcca0746d15303e0b47bbf31a6d4aa721363 Author: Daniel Ebdrup Jensen <[email protected]> AuthorDate: 2021-02-23 21:25:44 +0000 Commit: Daniel Ebdrup Jensen <[email protected]> CommitDate: 2021-02-23 21:26:31 +0000 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: 77e1ccbee3ed Reviewed by: yuripv Differential Revision: https://reviews.freebsd.org/D28898 --- share/man/man5/rc.conf.5 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 473406660b8b..fef0f167d1a5 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -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 , _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
