diff options
Diffstat (limited to 'dendrite/server/templates')
| -rw-r--r-- | dendrite/server/templates/[email protected] | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dendrite/server/templates/[email protected] b/dendrite/server/templates/[email protected] index 30b3d72..3a8b09e 100644 --- a/dendrite/server/templates/[email protected] +++ b/dendrite/server/templates/[email protected] @@ -1,10 +1,10 @@ [Unit] -Description=Dendrite %I Instance +Description=Dendrite instance on port %i 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 ":{{dendrite_port}}" +ExecStart=/usr/local/bin/dendrite-monolith-server -config "{{dendrite_dir}}/%i/dendrite.yaml" -http-bind-address ":%i" Restart=always User={{dendrite_user}} LimitNOFILE=65535 |
