diff -r dcdb18c5dc21 -r 9e2b2cc6ccf1 dendrite/server/templates/dendrite@.service.j2 --- a/dendrite/server/templates/dendrite@.service.j2 Thu Feb 23 17:55:33 2023 -0600 +++ b/dendrite/server/templates/dendrite@.service.j2 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