diff options
author | 2024-07-12 22:27:12 +0300 | |
---|---|---|
committer | 2024-07-12 22:28:01 +0300 | |
commit | b05fe66cb10d75cc17f9998db5fc98eee0e9a049 (patch) | |
tree | d2753aeceb234767eb52f55b2b26699836338da9 /app-containers/incus | |
parent | dev-python/python-augeas: Use HTTPS in HOMEPAGE (diff) | |
download | gentoo-b05fe66cb10d75cc17f9998db5fc98eee0e9a049.tar.gz gentoo-b05fe66cb10d75cc17f9998db5fc98eee0e9a049.tar.bz2 gentoo-b05fe66cb10d75cc17f9998db5fc98eee0e9a049.zip |
app-containers/incus: update the prlimit syntax in 6.3
Bug: https://bugs.gentoo.org/929138
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-containers/incus')
-rw-r--r-- | app-containers/incus/files/incus-6.0.initd | 2 | ||||
-rw-r--r-- | app-containers/incus/incus-6.3-r1.ebuild (renamed from app-containers/incus/incus-6.3.ebuild) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/incus/files/incus-6.0.initd b/app-containers/incus/files/incus-6.0.initd index 933badb8a074..fb0d80ee7987 100644 --- a/app-containers/incus/files/incus-6.0.initd +++ b/app-containers/incus/files/incus-6.0.initd @@ -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. diff --git a/app-containers/incus/incus-6.3.ebuild b/app-containers/incus/incus-6.3-r1.ebuild index 78cdff9ea0ef..78cdff9ea0ef 100644 --- a/app-containers/incus/incus-6.3.ebuild +++ b/app-containers/incus/incus-6.3-r1.ebuild |