mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-containers/incus: update the prlimit syntax in 6.3
Bug: https://bugs.gentoo.org/929138 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
@@ -17,7 +17,7 @@ start() {
|
||||
|
||||
# Call prlimit from the init.d file instead of ulimit through rc_ulimit,
|
||||
# bgo#929138
|
||||
prlimit -n 1048576 -l unlimited --pid=$$
|
||||
prlimit --nofile=1048576 --memlock=unlimited --pid=$$
|
||||
|
||||
# Fix permissions on /var/lib/incus and make sure it exists.
|
||||
# Create a log directory for incus with correct permissions.
|
||||
|
||||
Reference in New Issue
Block a user