[Bug 142434] [patch] Add cpuset(1) support to rc.subr(8)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 May 2023 04:19:33 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=142434
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 ${command}
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.
--
You are receiving this mail because:
You are on the CC list for the bug.