mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
tor: fix Failing because we have 4063 connections already. Please read doc/TUNING for guidance.
This commit is contained in:
parent
c9688184e2
commit
46ea07a3f9
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r conf ] && . ./conf
|
[ -r conf ] && . ./conf
|
||||||
|
ulimit -n ${MAX_OPEN_FILES:-8192}
|
||||||
exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1
|
exec tor ${OPTS:=--quiet} --runasdaemon 0 2>&1
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tor'
|
# Template file for 'tor'
|
||||||
pkgname=tor
|
pkgname=tor
|
||||||
version=0.4.5.6
|
version=0.4.5.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-zstd"
|
configure_args="--enable-zstd"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue