src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-07-02 15:37:26 -0500
committerLuke Hoersten <[email protected]>2022-07-02 15:37:26 -0500
commita1d4d327172c6beac240146928bf2be98b58d65d (patch)
tree9f3bc3a8b566d6dc5a841cff24d31d2806d0a596 /dendrite
parent8b07bc2f2bfb4c8aa95420f65c0ecd7924994b9d (diff)
Version updates.
Diffstat (limited to 'dendrite')
-rw-r--r--dendrite/server/defaults/main.yaml2
-rw-r--r--dendrite/server/templates/dendrite.yaml.j24
-rw-r--r--dendrite/server/templates/[email protected]3
3 files changed, 4 insertions, 5 deletions
diff --git a/dendrite/server/defaults/main.yaml b/dendrite/server/defaults/main.yaml
index 44ddcdb..b72bf1b 100644
--- a/dendrite/server/defaults/main.yaml
+++ b/dendrite/server/defaults/main.yaml
@@ -1,7 +1,7 @@
---
dendrite_user: "dendrite"
-dendrite_version: "0.8.5"
+dendrite_version: "0.8.9"
dendrite_tar: "https://github.com/matrix-org/dendrite/archive/refs/tags/v{{dendrite_version}}.tar.gz"
dendrite_build_dir: "/tmp/dendrite-{{dendrite_version}}"
dendrite_old_key: false
diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2
index ab6c49b..3a24267 100644
--- a/dendrite/server/templates/dendrite.yaml.j2
+++ b/dendrite/server/templates/dendrite.yaml.j2
@@ -273,8 +273,8 @@ tracing:
# the disk. Supported log levels are "debug", "info", "warn", "error".
logging:
- type: std
- level: info
+ level: warn
- type: file
- level: info
+ level: warn
params:
path: ./logs
diff --git a/dendrite/server/templates/[email protected] b/dendrite/server/templates/[email protected]
index 722f6d8..30b3d72 100644
--- a/dendrite/server/templates/[email protected]
+++ b/dendrite/server/templates/[email protected]
@@ -4,11 +4,10 @@ After=syslog.target network.target postgresql.service
[Service]
WorkingDirectory={{dendrite_dir}}/%i/
-ExecStart=/usr/local/bin/dendrite-monolith-server --http-bind-address ":{{dendrite_port}}"
+ExecStart=/usr/local/bin/dendrite-monolith-server -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":{{dendrite_port}}"
Restart=always
User={{dendrite_user}}
LimitNOFILE=65535
-LimitNPROC=65535
[Install]
WantedBy=multi-user.target