src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite/server/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2023-04-03 13:20:18 -0500
committerLuke Hoersten <[email protected]>2023-04-03 13:20:18 -0500
commitfecba00f69bf8577d7abe67dcb81a612b3c547e5 (patch)
tree67f5bf7f682bfae24aeeee428545e1494871f825 /dendrite/server/templates
parentc5343ef2c6830c3f833c65a21ad5e6ea3affc5a0 (diff)
Version update
Diffstat (limited to 'dendrite/server/templates')
-rw-r--r--dendrite/server/templates/[email protected]2
1 files changed, 1 insertions, 1 deletions
diff --git a/dendrite/server/templates/[email protected] b/dendrite/server/templates/[email protected]
index 3a8b09e..40bbf19 100644
--- a/dendrite/server/templates/[email protected]
+++ b/dendrite/server/templates/[email protected]
@@ -4,7 +4,7 @@ After=syslog.target network.target postgresql.service
[Service]
WorkingDirectory={{dendrite_dir}}/%i/
-ExecStart=/usr/local/bin/dendrite-monolith-server -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i"
+ExecStart=/usr/local/bin/dendrite -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i"
Restart=always
User={{dendrite_user}}
LimitNOFILE=65535