mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-08-18 04:41:32 +02:00
Merge branch 'master' into synapse-workers
This commit is contained in:
docs
roles
matrix-base
defaults
matrix-bot-matrix-reminder-bot
templates
matrix-bridge-appservice-discord
templates
matrix-bridge-appservice-irc
templates
matrix-bridge-appservice-slack
templates
matrix-bridge-appservice-webhooks
templates
matrix-bridge-mautrix-facebook
templates
matrix-bridge-mautrix-hangouts
templates
matrix-bridge-mautrix-signal
matrix-bridge-mautrix-telegram
templates
matrix-bridge-mautrix-whatsapp
templates
matrix-bridge-mx-puppet-discord
templates
matrix-bridge-mx-puppet-instagram
templates
matrix-bridge-mx-puppet-skype
templates
matrix-bridge-mx-puppet-slack
templates
matrix-bridge-mx-puppet-steam
templates
matrix-bridge-mx-puppet-twitter
templates
matrix-client-element
templates
matrix-corporal
templates
systemd
matrix-coturn
templates
systemd
matrix-dimension
templates
systemd
matrix-dynamic-dns
templates
matrix-email2matrix
templates
matrix-jitsi
templates
matrix-ma1sd
templates
systemd
matrix-mailer
templates
systemd
matrix-nginx-proxy
templates
matrix-postgres
templates
systemd
matrix-registration
templates
matrix-synapse-admin
templates
matrix-synapse
templates
synapse
systemd
@@ -9,7 +9,7 @@ DefaultDependencies=no
|
||||
Type=simple
|
||||
Environment="HOME={{ matrix_systemd_unit_home_path }}"
|
||||
ExecStartPre=-{{ matrix_host_command_docker }} stop matrix-postgres
|
||||
ExecStartPre=-{{ matrix_host_command_docker }} rm matrix-postgres
|
||||
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-postgres 2>/dev/null'
|
||||
|
||||
ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-postgres \
|
||||
--log-driver=none \
|
||||
@@ -35,7 +35,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-postgres \
|
||||
{% endfor %}
|
||||
|
||||
ExecStop=-{{ matrix_host_command_docker }} stop matrix-postgres
|
||||
ExecStop=-{{ matrix_host_command_docker }} rm matrix-postgres
|
||||
ExecStop=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} rm matrix-postgres 2>/dev/null'
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
SyslogIdentifier=matrix-postgres
|
||||
|
Reference in New Issue
Block a user