Added extra systemd service arguments to synapse workers and proxy companion

This commit is contained in:
Michael Hollister
2024-01-24 13:14:34 -06:00
parent 954e568866
commit bd027159b1
6 changed files with 69 additions and 0 deletions

View File

@ -57,6 +57,9 @@ ExecStartPre={{ devture_systemd_docker_base_host_command_docker }} create \
{% for arg in matrix_synapse_container_arguments %}
{{ arg }} \
{% endfor %}
{% for arg in matrix_synapse_container_master_extra_arguments %}
{{ arg }} \
{% endfor %}
{{ matrix_synapse_docker_image_final }} \
run -m synapse.app.homeserver -c /data/homeserver.yaml