Procházet zdrojové kódy

Remove redundant files

pull/516/head
hungrymonkey před 5 roky
rodič
revize
30a2a7e664
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-backup/templates/systemd/matrix-backup.service.j2

+ 1
- 1
roles/matrix-backup/templates/systemd/matrix-backup.service.j2 Zobrazit soubor

@@ -16,7 +16,7 @@ ExecStartPre=/bin/sh -c '/usr/bin/docker run --rm \
{{ matrix_postgres_docker_image_to_use }} \ {{ matrix_postgres_docker_image_to_use }} \
pg_dumpall -h matrix-postgres | gzip -c > ${TMP_OUTPUT}' pg_dumpall -h matrix-postgres | gzip -c > ${TMP_OUTPUT}'
{% if matrix_backup_bucket %} {% if matrix_backup_bucket %}
# Mounting files host files into amazon/aws-cli
# Mounting host files into amazon/aws-cli
# The /aws working directory is user controlled. # The /aws working directory is user controlled.
# The image will not write to this directory, unless instructed by the user in running a AWS CLI command. # The image will not write to this directory, unless instructed by the user in running a AWS CLI command.
ExecStart=/bin/sh -c 'docker run --rm --name matrix-backup \ ExecStart=/bin/sh -c 'docker run --rm --name matrix-backup \


Načítá se…
Zrušit
Uložit