Index: share/man/man5/rc.conf.5 =================================================================== --- share/man/man5/rc.conf.5 +++ share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 13, 2021 +.Dd May 18, 2021 .Dt RC.CONF 5 .Os .Sh NAME @@ -210,6 +210,26 @@ The .Xr nice 1 value to run the service under. +.It Ao Ar name Ac Ns Va _limits +.Pq Vt str +Resource limits to apply to the service using +.Xr limits 1 . +By default, resouurce limits are based on the login class defined in +.Ao Ar name Ac Ns Va _login_class . +.It Ao Ar name Ac Ns Va _login_class +.Pq Vt str +Login glass to be used with +.Ao Ar name Ac Ns Va _limits . +Defaults to +.Dq Li daemon . +.It Ao Ar name Ac Ns Va _oomprotect +Use protect(1) to prevent the service from being killed when swap space +is exhausted. +Use +.Dq Li YES +to protect only the service itself, and +.Dq Li ALL +to protect the service and all child processes. .It Va apm_enable .Pq Vt bool If set to @@ -4585,7 +4605,9 @@ .Xr gdb 1 , .Xr info 1 , .Xr kbdcontrol 1 , +.Xr limits 1 , .Xr makewhatis 1 , +.Xr protect 1 , .Xr sh 1 , .Xr vi 1 , .Xr vidcontrol 1 , @@ -4652,6 +4674,7 @@ .Xr quotaon 8 , .Xr rc 8 , .Xr rc.sendmail 8 , +.Xr rc.subr 8, .Xr rcorder 8 , .Xr rfcomm_pppd 8 , .Xr route 8 ,