dendrite/server/templates/[email protected]
changeset 211 9e2b2cc6ccf1
parent 183 b31ef0e10cad
child 215 dd52907adff9
--- a/dendrite/server/templates/[email protected]	Thu Feb 23 17:55:33 2023 -0600
+++ b/dendrite/server/templates/[email protected]	Mon Apr 03 13:20:18 2023 -0500
@@ -4,7 +4,7 @@
 
 [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