dendrite: update to 0.7.0.
add MAX_OPEN_FILES variable with default set to value recommended by upstream (65535).
This commit is contained in:
parent
b3bd7dfa28
commit
5a2de66059
2 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ -r ./conf ] && . ./conf
|
[ -r ./conf ] && . ./conf
|
||||||
|
ulimit -n ${MAX_OPEN_FILES:-65535}
|
||||||
cd /var/lib/dendrite || exit 1
|
cd /var/lib/dendrite || exit 1
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
exec chpst -u _dendrite:_dendrite dendrite-monolith-server \
|
exec chpst -u _dendrite:_dendrite dendrite-monolith-server \
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'dendrite'
|
# Template file for 'dendrite'
|
||||||
pkgname=dendrite
|
pkgname=dendrite
|
||||||
version=0.6.5
|
version=0.7.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/matrix-org/dendrite"
|
go_import_path="github.com/matrix-org/dendrite"
|
||||||
|
@ -12,7 +12,7 @@ license="Apache-2.0"
|
||||||
homepage="https://matrix.org/docs/projects/server/dendrite"
|
homepage="https://matrix.org/docs/projects/server/dendrite"
|
||||||
changelog="https://raw.githubusercontent.com/matrix-org/dendrite/main/CHANGES.md"
|
changelog="https://raw.githubusercontent.com/matrix-org/dendrite/main/CHANGES.md"
|
||||||
distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
|
distfiles="https://github.com/matrix-org/dendrite/archive/v${version}.tar.gz"
|
||||||
checksum=b74170bd3f81e2f22ff4673bc632e37afeef1121fa90acb03ed2eed17a387133
|
checksum=26c378bff1738b0e8422c7bd425be4763f22225f422ae1854c78644e4ca8bc42
|
||||||
|
|
||||||
system_accounts="_dendrite"
|
system_accounts="_dendrite"
|
||||||
_dendrite_homedir="/var/lib/dendrite"
|
_dendrite_homedir="/var/lib/dendrite"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue