matrix_host_command_sh -> devture_systemd_docker_base_host_command_sh (via com.devture.ansible.role.systemd_docker_base)
This commit is contained in:
roles/custom
matrix-backup-borg
templates
matrix-base
defaults
matrix-bot-buscarron
templates
matrix-bot-go-neb
templates
systemd
matrix-bot-honoroit
templates
matrix-bot-matrix-registration-bot
templates
matrix-bot-matrix-reminder-bot
templates
matrix-bot-maubot
templates
systemd
matrix-bot-mjolnir
templates
matrix-bot-postmoogle
templates
matrix-bridge-appservice-discord
templates
matrix-bridge-appservice-irc
templates
matrix-bridge-appservice-kakaotalk
matrix-bridge-appservice-slack
templates
matrix-bridge-appservice-webhooks
templates
matrix-bridge-beeper-linkedin
templates
matrix-bridge-go-skype-bridge
templates
matrix-bridge-mautrix-discord
templates
matrix-bridge-mautrix-facebook
templates
matrix-bridge-mautrix-googlechat
templates
matrix-bridge-mautrix-hangouts
templates
matrix-bridge-mautrix-instagram
templates
matrix-bridge-mautrix-signal
matrix-bridge-mautrix-telegram
templates
matrix-bridge-mautrix-twitter
templates
matrix-bridge-mautrix-whatsapp
templates
matrix-bridge-mx-puppet-discord
templates
matrix-bridge-mx-puppet-groupme
templates
matrix-bridge-mx-puppet-instagram
templates
matrix-bridge-mx-puppet-slack
templates
matrix-bridge-mx-puppet-steam
templates
matrix-bridge-mx-puppet-twitter
templates
matrix-cactus-comments
templates
matrix-client-cinny
templates
matrix-client-element
templates
matrix-client-hydrogen
templates
matrix-conduit
templates
conduit
systemd
matrix-corporal
templates
systemd
matrix-coturn
templates
systemd
matrix-dendrite
templates
dendrite
systemd
matrix-dimension
templates
systemd
matrix-dynamic-dns
templates
matrix-email2matrix
templates
matrix-grafana
templates
systemd
matrix-jitsi
templates
matrix-ldap-registration-proxy
templates
matrix-ma1sd
templates
systemd
matrix-mailer
templates
systemd
matrix-nginx-proxy
templates
matrix-ntfy
templates
systemd
matrix-postgres-backup
templates
matrix-postgres
templates
systemd
matrix-prometheus-node-exporter
templates
matrix-prometheus-postgres-exporter
templates
matrix-prometheus
templates
systemd
matrix-registration
templates
matrix-sygnal
templates
systemd
matrix-synapse-admin
templates
matrix-synapse
templates
matrix_playbook_migration
tasks
@ -13,8 +13,8 @@ DefaultDependencies=no
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment="HOME={{ devture_systemd_docker_base_systemd_unit_home_path }}"
|
||||
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} kill matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} kill matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
ExecStartPre=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
|
||||
|
||||
ExecStart={{ devture_systemd_docker_base_host_command_docker }} run --rm --name matrix-prometheus-postgres-exporter \
|
||||
@ -32,8 +32,8 @@ ExecStart={{ devture_systemd_docker_base_host_command_docker }} run --rm --name
|
||||
--pid=host \
|
||||
{{ matrix_prometheus_postgres_exporter_docker_image }}
|
||||
|
||||
ExecStop=-{{ matrix_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} kill matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
ExecStop=-{{ matrix_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
ExecStop=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} kill matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
ExecStop=-{{ devture_systemd_docker_base_host_command_sh }} -c '{{ devture_systemd_docker_base_host_command_docker }} rm matrix-prometheus-postgres-exporter 2>/dev/null || true'
|
||||
Restart=always
|
||||
RestartSec=30
|
||||
SyslogIdentifier=matrix-prometheus-postgres-exporter
|
||||
|
Reference in New Issue
Block a user