src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite/server/templates/[email protected]
diff options
context:
space:
mode:
Diffstat (limited to 'dendrite/server/templates/[email protected]')
-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