tor: raise max open files again

This commit is contained in:
Frank Steinborn 2022-07-22 11:08:52 +02:00 committed by Đoàn Trần Công Danh
parent a2ea6fc727
commit b7fde12905
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
[ -r conf ] && . ./conf
ulimit -n ${MAX_OPEN_FILES:-16384}
ulimit -n ${MAX_OPEN_FILES:-65536}
exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1

View file

@ -1,7 +1,7 @@
# Template file for 'tor'
pkgname=tor
version=0.4.7.8
revision=1
revision=2
build_style=gnu-configure
configure_args="--enable-zstd"
hostmakedepends="pkg-config"