dendrite/server/templates/[email protected]
changeset 181 2b30d081dd9b
parent 180 f2f99b9b16ee
child 183 b31ef0e10cad
--- a/dendrite/server/templates/[email protected]	Wed May 25 18:56:05 2022 -0500
+++ b/dendrite/server/templates/[email protected]	Sat Jul 02 15:37:26 2022 -0500
@@ -4,11 +4,10 @@
 
 [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