fix template file path

This commit is contained in:
Robert Kaussow 2019-01-19 02:57:01 +01:00
parent 61d5f52199
commit 8cb14912c1
2 changed files with 1 additions and 1 deletions

View File

@ -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