Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 May 2023 04:19:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 142434] [patch] Add cpuset(1) support to rc.subr(8)
Message-ID:  <bug-142434-227-1tYqAnN7L9@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-142434-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-142434-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D142434

Enji Cooper <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ngie@FreeBSD.org

--- Comment #11 from Enji Cooper <ngie@FreeBSD.org> ---
Other variables exist in rc.subr:
```
 775 #       ${name}_env     n       Environment variables to run ${command}
with.
 776 #
 777 #       ${name}_env_file n      File to source variables to run ${comm=
and}
with.
 778 #
 779 #       ${name}_fib     n       Routing table number to run ${command}
with.
 780 #
 781 #       ${name}_nice    n       Nice level to run ${command} at.
 782 #
 783 #       ${name}_oomprotect n    Don't kill ${command} when swap space =
is
exhausted.
```
This seems like a straightforward ask. I'll check with kylev and see what I=
 can
do.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-142434-227-1tYqAnN7L9>