commit 2e290e3d5e5cc9dbf50233b40972a544d17be04e
parent 15106f1ae1c23e6644595b29cf0dabddd0083b84
Author: ccx <ccx@te2000.cz>
Date: Thu, 11 Apr 2024 07:40:27 +0000
Set fd softlimit to the hardlimit value
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -122,7 +122,7 @@ confz_site_containers_user_check() {
local -a el_softlimit_fd=(
"#!$(which execlineb) -S0"
- 's6-softlimit -o 4096'
+ 's6-softlimit -o ='
'$@'
)
local more_fds=pid1_exec=${(F)el_softlimit_fd}