|
|
@ -53,8 +53,8 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-dendrite \
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
{{ matrix_dendrite_process_extra_arguments|join(' ') }}
|
|
|
|
{{ matrix_dendrite_process_extra_arguments|join(' ') }}
|
|
|
|
|
|
|
|
|
|
|
|
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-dendrite 2>/dev/null'
|
|
|
|
ExecStopPost=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} kill matrix-dendrite 2>/dev/null'
|
|
|
|
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-dendrite 2>/dev/null'
|
|
|
|
ExecStopPost=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-dendrite 2>/dev/null'
|
|
|
|
ExecReload={{ matrix_host_command_docker }} exec matrix-dendrite /bin/sh -c 'kill -HUP 1'
|
|
|
|
ExecReload={{ matrix_host_command_docker }} exec matrix-dendrite /bin/sh -c 'kill -HUP 1'
|
|
|
|
Restart=always
|
|
|
|
Restart=always
|
|
|
|
RestartSec=30
|
|
|
|
RestartSec=30
|
|
|
|