[Bug 235122] rc.subr limits call breaks non-root usage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Jul 2022 16:44:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235122 --- Comment #6 from Mateusz Piotrowski <0mp@FreeBSD.org> --- Another workaround that works on recent 14.0-CURRENT is to redefine limits(1) in the service script as follows: limits() { shift 2 "$@" } -- You are receiving this mail because: You are the assignee for the bug.