From 8cb14912c1161a6f307c144e2c63592b953c8670 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 19 Jan 2019 02:57:01 +0100 Subject: [PATCH] fix template file path --- templates/etc/systemd/system/matrix.service.j2 | 2 +- .../opt/matrix/config/{homeserver.yaml.j2 => homeserver.yml.j2} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/opt/matrix/config/{homeserver.yaml.j2 => homeserver.yml.j2} (100%) diff --git a/templates/etc/systemd/system/matrix.service.j2 b/templates/etc/systemd/system/matrix.service.j2 index 223314f..53612f7 100644 --- a/templates/etc/systemd/system/matrix.service.j2 +++ b/templates/etc/systemd/system/matrix.service.j2 @@ -11,7 +11,7 @@ User={{ matrix_user }} Group={{ matrix_group }} WorkingDirectory={{ matrix_base_dir }} -ExecStart={{ matrix_base_dir }}/env/bin/python -m synapse.app.homeserver --config-path={{ matrix_conf_dir }}/homeserver.yaml +ExecStart={{ matrix_base_dir }}/env/bin/python -m synapse.app.homeserver --config-path={{ matrix_conf_dir }}/homeserver.yml # adjust the cache factor if necessary # Environment=SYNAPSE_CACHE_FACTOR=2.0 diff --git a/templates/opt/matrix/config/homeserver.yaml.j2 b/templates/opt/matrix/config/homeserver.yml.j2 similarity index 100% rename from templates/opt/matrix/config/homeserver.yaml.j2 rename to templates/opt/matrix/config/homeserver.yml.j2