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:
Joonas Niilola
2024-07-12 22:27:12 +03:00
parent c5c39ef906
commit b05fe66cb1
2 changed files with 1 additions and 1 deletions

View File

@@ -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.